Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker
    AnnotationUseStyle trailingArrayComma
  • never

  • closingParens
  • always

  • elementStyle
  • expanded

  • trailingArrayComma
  • never

  • closingParens
  • always

  • elementStyle
  • expanded

  • SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • SuppressionSingleFilter checks
  • Checker

  • message
  • Exception occurred while parsing

  • checks
  • Checker

  • message
  • Exception occurred while parsing

  • Summary:

    Report id Files Violations Severity-warning
    base 2176 6964 6964
    patch 2176 7058 (6953 removed, 7047 added) 7058 (6953 removed, 7047 added)
    962 files with differences 14000 changes in violations 14000 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck
    base 6964
    patch 7058 (6953 removed, 7047 added)
    changes in violations 14000

    Number of unique base messages reported below: 6953
    Number of unique patch messages reported below: 7047

    Violations:

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/base/AbstractGoogleModuleTestSupport.java

    Severity Rule Message Line Col
    #A1 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A2 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A3 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A4 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/base/AbstractIndentationTestSupport.java

    Severity Rule Message Line Col
    #A5 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A6 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter2filebasic/rule21filename/OuterTypeFilenameTest.java

    Severity Rule Message Line Col
    #A7 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A8 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A9 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A10 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A11 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A12 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A13 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A14 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter2filebasic/rule231filetab/FileTabCharacterTest.java

    Severity Rule Message Line Col
    #A15 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A16 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A17 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A18 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter2filebasic/rule232specialescape/IllegalTokenTextTest.java

    Severity Rule Message Line Col
    #A19 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A20 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A21 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A22 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter2filebasic/rule233nonascii/AvoidEscapedUnicodeCharactersTest.java

    Severity Rule Message Line Col
    #A23 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A24 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A25 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A26 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule32packagestate/LineLengthTest.java

    Severity Rule Message Line Col
    #A27 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A28 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A29 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A30 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule331nowildcard/AvoidStarImportTest.java

    Severity Rule Message Line Col
    #A31 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A32 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A33 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A34 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule332nolinewrap/NoLineWrapTest.java

    Severity Rule Message Line Col
    #A35 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A36 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A37 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A38 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A39 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A40 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A41 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A42 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule333orderingandspacing/CustomImportOrderTest.java

    Severity Rule Message Line Col
    #A43 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A44 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A45 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A46 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A47 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A48 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A49 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A50 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A51 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A52 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A53 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A54 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A55 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A56 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A57 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A58 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A59 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A60 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule341onetoplevel/OneTopLevelClassTest.java

    Severity Rule Message Line Col
    #A61 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A62 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A63 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A64 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A65 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A66 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A67 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A68 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A69 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A70 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule3421overloadsplit/OverloadMethodsDeclarationOrderTest.java

    Severity Rule Message Line Col
    #A71 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A72 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A73 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A74 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter3filestructure/rule3sourcefile/EmptyLineSeparatorTest.java

    Severity Rule Message Line Col
    #A75 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A76 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A77 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A78 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule411bracesareused/NeedBracesTest.java

    Severity Rule Message Line Col
    #A79 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A80 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A81 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A82 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule412nonemptyblocks/LeftCurlyTest.java

    Severity Rule Message Line Col
    #A83 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A84 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A85 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A86 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A87 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A88 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A89 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A90 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule412nonemptyblocks/RightCurlyTest.java

    Severity Rule Message Line Col
    #A91 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A92 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A93 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A94 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A95 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A96 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A97 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A98 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A99 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A100 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A101 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A102 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A103 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A104 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule413emptyblocks/EmptyBlockTest.java

    Severity Rule Message Line Col
    #A105 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A106 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A107 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A108 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A109 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A110 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule413emptyblocks/EmptyCatchBlockTest.java

    Severity Rule Message Line Col
    #A111 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A112 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A113 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A114 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A115 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A116 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A117 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A118 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A119 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A120 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule43onestatement/OneStatementPerLineTest.java

    Severity Rule Message Line Col
    #A121 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A122 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A123 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A124 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A125 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A126 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule44columnlimit/LineLengthTest.java

    Severity Rule Message Line Col
    #A127 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A128 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A129 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A130 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule451wheretobreak/MethodParamPadTest.java

    Severity Rule Message Line Col
    #A131 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A132 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A133 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A134 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule451wheretobreak/OperatorWrapTest.java

    Severity Rule Message Line Col
    #A135 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A136 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A137 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A138 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule451wheretobreak/SeparatorWrapTest.java

    Severity Rule Message Line Col
    #A139 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A140 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A141 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A142 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A143 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A144 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A145 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A146 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A147 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A148 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A149 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A150 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule461verticalwhitespace/EmptyLineSeparatorTest.java

    Severity Rule Message Line Col
    #A151 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A152 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A153 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A154 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/GenericWhitespaceTest.java

    Severity Rule Message Line Col
    #A155 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A156 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A157 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A158 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A159 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A160 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A161 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A162 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/MethodParamPadTest.java

    Severity Rule Message Line Col
    #A163 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A164 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A165 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A166 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/NoWhitespaceBeforeTest.java

    Severity Rule Message Line Col
    #A167 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A168 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A169 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A170 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/ParenPadTest.java

    Severity Rule Message Line Col
    #A171 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A172 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A173 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A174 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/WhitespaceAroundTest.java

    Severity Rule Message Line Col
    #A175 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A176 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A177 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A178 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A179 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A180 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4821onevariableperline/MultipleVariableDeclarationsTest.java

    Severity Rule Message Line Col
    #A181 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A182 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A183 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A184 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4822variabledistance/VariableDeclarationUsageDistanceTest.java

    Severity Rule Message Line Col
    #A185 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A186 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A187 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A188 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4832nocstylearray/ArrayTypeStyleTest.java

    Severity Rule Message Line Col
    #A189 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A190 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A191 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A192 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4841indentation/IndentationTest.java

    Severity Rule Message Line Col
    #A193 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A194 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A195 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A196 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A197 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A198 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A199 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A200 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A201 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A202 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A203 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A204 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A205 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A206 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A207 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A208 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A209 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A210 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A211 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A212 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4842fallthrough/FallThroughTest.java

    Severity Rule Message Line Col
    #A213 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A214 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A215 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A216 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4843defaultcasepresent/MissingSwitchDefaultTest.java

    Severity Rule Message Line Col
    #A217 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A218 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A219 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A220 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule485annotations/AnnotationLocationTest.java

    Severity Rule Message Line Col
    #A221 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A222 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A223 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A224 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A225 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A226 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule4861blockcommentstyle/CommentsIndentationTest.java

    Severity Rule Message Line Col
    #A227 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A228 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A229 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A230 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A231 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A232 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A233 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A234 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A235 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A236 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule487modifiers/ModifierOrderTest.java

    Severity Rule Message Line Col
    #A237 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A238 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A239 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A240 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter4formatting/rule488numericliterals/UpperEllTest.java

    Severity Rule Message Line Col
    #A241 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A242 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A243 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A244 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule51identifiernames/CatchParameterNameTest.java

    Severity Rule Message Line Col
    #A245 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A246 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A247 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A248 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule521packagenames/PackageNameTest.java

    Severity Rule Message Line Col
    #A249 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A250 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A251 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A252 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A253 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A254 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A255 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A256 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A257 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A258 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule522typenames/TypeNameTest.java

    Severity Rule Message Line Col
    #A259 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A260 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A261 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A262 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule523methodnames/MethodNameTest.java

    Severity Rule Message Line Col
    #A263 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A264 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A265 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A266 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule525nonconstantfieldnames/MemberNameTest.java

    Severity Rule Message Line Col
    #A267 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A268 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A269 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A270 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A271 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A272 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule526parameternames/LambdaParameterNameTest.java

    Severity Rule Message Line Col
    #A273 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A274 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A275 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A276 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule526parameternames/ParameterNameTest.java

    Severity Rule Message Line Col
    #A277 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A278 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A279 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A280 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule527localvariablenames/LocalVariableNameTest.java

    Severity Rule Message Line Col
    #A281 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A282 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A283 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A284 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A285 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A286 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule528typevariablenames/ClassTypeParameterNameTest.java

    Severity Rule Message Line Col
    #A287 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A288 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A289 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A290 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule528typevariablenames/InterfaceTypeParameterNameTest.java

    Severity Rule Message Line Col
    #A291 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A292 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A293 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A294 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule528typevariablenames/MethodTypeParameterNameTest.java

    Severity Rule Message Line Col
    #A295 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A296 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A297 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A298 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A299 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A300 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter5naming/rule53camelcase/AbbreviationAsWordInNameTest.java

    Severity Rule Message Line Col
    #A301 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A302 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A303 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A304 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter6programpractice/rule62donotignoreexceptions/EmptyBlockTest.java

    Severity Rule Message Line Col
    #A305 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A306 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A307 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A308 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter6programpractice/rule64finalizers/NoFinalizerTest.java

    Severity Rule Message Line Col
    #A309 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A310 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A311 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A312 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A313 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A314 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule711generalform/InvalidJavadocPositionTest.java

    Severity Rule Message Line Col
    #A315 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A316 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A317 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A318 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule711generalform/SingleLineJavadocTest.java

    Severity Rule Message Line Col
    #A319 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A320 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A321 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A322 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule712paragraphs/JavadocParagraphTest.java

    Severity Rule Message Line Col
    #A323 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A324 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A325 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A326 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A327 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A328 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule713atclauses/AtclauseOrderTest.java

    Severity Rule Message Line Col
    #A329 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A330 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A331 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A332 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A333 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A334 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule713atclauses/JavadocTagContinuationIndentationTest.java

    Severity Rule Message Line Col
    #A335 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A336 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A337 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A338 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule713atclauses/NonEmptyAtclauseDescriptionTest.java

    Severity Rule Message Line Col
    #A339 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A340 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A341 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A342 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A343 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A344 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule72thesummaryfragment/SummaryJavadocTest.java

    Severity Rule Message Line Col
    #A345 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A346 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A347 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A348 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A349 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A350 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/JavadocMethodTest.java

    Severity Rule Message Line Col
    #A351 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A352 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A353 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A354 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/MissingJavadocMethodTest.java

    Severity Rule Message Line Col
    #A355 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A356 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A357 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A358 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/google/checkstyle/test/chapter7javadoc/rule734nonrequiredjavadoc/InvalidJavadocPositionTest.java

    Severity Rule Message Line Col
    #A359 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A360 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A361 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A362 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/sun/checkstyle/test/base/AbstractSunModuleTestSupport.java

    Severity Rule Message Line Col
    #A363 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A364 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A365 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A366 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/sun/checkstyle/test/chapter5comments/rule52documentationcomments/InvalidJavadocPositionTest.java

    Severity Rule Message Line Col
    #A367 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A368 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A369 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A370 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/com/sun/checkstyle/test/chapter6declarations/rule61numberperline/MultipleVariableDeclarationsTest.java

    Severity Rule Message Line Col
    #A371 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A372 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A373 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A374 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/base/AbstractCheckstyleModuleTestSupport.java

    Severity Rule Message Line Col
    #A375 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A376 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 5
    #A377 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A378 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/base/AbstractItModuleTestSupport.java

    Severity Rule Message Line Col
    #A379 warning AnnotationUseStyle Annotation must have closing parenthesis. 339
    #A380 warning AnnotationUseStyle Annotation must have closing parenthesis. 339 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/checks/imports/ImportOrderTest.java

    Severity Rule Message Line Col
    #A381 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A382 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A383 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A384 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A385 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A386 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A387 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A388 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/AbstractXpathTestSupport.java

    Severity Rule Message Line Col
    #A389 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A390 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A391 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A392 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A393 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A394 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAbbreviationAsWordInNameTest.java

    Severity Rule Message Line Col
    #A395 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A396 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A397 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A398 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A399 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A400 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A401 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A402 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A403 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A404 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A405 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A406 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A407 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A408 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A409 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A410 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A411 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A412 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A413 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A414 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAbstractClassNameTest.java

    Severity Rule Message Line Col
    #A415 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A416 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A417 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A418 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A419 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A420 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A421 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A422 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAnonInnerLengthTest.java

    Severity Rule Message Line Col
    #A423 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A424 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A425 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A426 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionArrayTypeStyleTest.java

    Severity Rule Message Line Col
    #A427 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A428 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A429 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A430 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A431 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A432 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAvoidDoubleBraceInitializationTest.java

    Severity Rule Message Line Col
    #A433 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A434 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A435 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A436 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAvoidInlineConditionalsTest.java

    Severity Rule Message Line Col
    #A437 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A438 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A439 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A440 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A441 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A442 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A443 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A444 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAvoidNestedBlocksTest.java

    Severity Rule Message Line Col
    #A445 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A446 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A447 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A448 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A449 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A450 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A451 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A452 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A453 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A454 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionAvoidNoArgumentSuperConstructorCallTest.java

    Severity Rule Message Line Col
    #A455 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A456 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A457 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A458 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionClassMemberImpliedModifierTest.java

    Severity Rule Message Line Col
    #A459 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A460 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A461 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A462 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A463 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A464 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionCyclomaticComplexityTest.java

    Severity Rule Message Line Col
    #A465 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A466 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A467 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A468 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A469 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A470 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionDeclarationOrderTest.java

    Severity Rule Message Line Col
    #A471 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A472 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A473 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A474 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A475 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A476 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionDefaultComesLastTest.java

    Severity Rule Message Line Col
    #A477 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A478 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A479 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A480 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A481 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A482 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionEmptyForInitializerPadTest.java

    Severity Rule Message Line Col
    #A483 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A484 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A485 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A486 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A487 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A488 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionEmptyForIteratorPadTest.java

    Severity Rule Message Line Col
    #A489 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A490 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A491 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A492 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A493 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A494 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionExplicitInitializationTest.java

    Severity Rule Message Line Col
    #A495 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A496 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A497 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A498 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A499 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A500 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionFallThroughTest.java

    Severity Rule Message Line Col
    #A501 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A502 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A503 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A504 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A505 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A506 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionGenericWhitespaceTest.java

    Severity Rule Message Line Col
    #A507 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A508 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A509 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A510 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A511 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A512 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A513 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A514 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A515 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A516 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A517 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A518 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A519 warning AnnotationUseStyle Annotation must have closing parenthesis. 165
    #A520 warning AnnotationUseStyle Annotation must have closing parenthesis. 165 5
    #A521 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A522 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A523 warning AnnotationUseStyle Annotation must have closing parenthesis. 212
    #A524 warning AnnotationUseStyle Annotation must have closing parenthesis. 212 5
    #A525 warning AnnotationUseStyle Annotation must have closing parenthesis. 240
    #A526 warning AnnotationUseStyle Annotation must have closing parenthesis. 240 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionHiddenFieldTest.java

    Severity Rule Message Line Col
    #A527 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A528 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A529 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A530 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A531 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A532 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionIllegalThrowsTest.java

    Severity Rule Message Line Col
    #A533 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A534 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A535 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A536 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A537 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A538 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionImportControlTest.java

    Severity Rule Message Line Col
    #A539 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A540 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A541 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A542 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A543 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A544 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A545 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A546 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A547 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A548 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionJavadocVariableTest.java

    Severity Rule Message Line Col
    #A549 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A550 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A551 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A552 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A553 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A554 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionLeftCurlyTest.java

    Severity Rule Message Line Col
    #A555 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A556 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A557 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A558 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A559 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A560 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A561 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A562 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionMethodParamPadTest.java

    Severity Rule Message Line Col
    #A563 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A564 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A565 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A566 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A567 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A568 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A569 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A570 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionMultipleVariableDeclarationsTest.java

    Severity Rule Message Line Col
    #A571 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A572 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A573 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A574 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A575 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A576 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNPathComplexityTest.java

    Severity Rule Message Line Col
    #A577 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A578 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A579 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A580 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A581 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A582 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNestedForDepthTest.java

    Severity Rule Message Line Col
    #A583 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A584 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A585 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A586 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNestedIfDepthTest.java

    Severity Rule Message Line Col
    #A587 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A588 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A589 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A590 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNestedTryDepthTest.java

    Severity Rule Message Line Col
    #A591 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A592 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A593 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A594 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNoArrayTrailingCommaTest.java

    Severity Rule Message Line Col
    #A595 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A596 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A597 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A598 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A599 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A600 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNoEnumTrailingCommaTest.java

    Severity Rule Message Line Col
    #A601 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A602 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A603 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A604 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A605 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A606 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNoWhitespaceAfterTest.java

    Severity Rule Message Line Col
    #A607 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A608 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A609 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A610 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionNoWhitespaceBeforeTest.java

    Severity Rule Message Line Col
    #A611 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A612 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A613 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A614 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionOneStatementPerLineTest.java

    Severity Rule Message Line Col
    #A615 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A616 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A617 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A618 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A619 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A620 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionOuterTypeNumberTest.java

    Severity Rule Message Line Col
    #A621 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A622 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A623 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A624 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionParenPadTest.java

    Severity Rule Message Line Col
    #A625 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A626 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A627 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A628 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A629 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A630 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A631 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A632 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A633 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A634 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionRequireThisTest.java

    Severity Rule Message Line Col
    #A635 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A636 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A637 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A638 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A639 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A640 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionRightCurlyTest.java

    Severity Rule Message Line Col
    #A641 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A642 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A643 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A644 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A645 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A646 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A647 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A648 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A649 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A650 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionSingleSpaceSeparatorTest.java

    Severity Rule Message Line Col
    #A651 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A652 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A653 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A654 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionTypecastParenPadTest.java

    Severity Rule Message Line Col
    #A655 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A656 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A657 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A658 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A659 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A660 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A661 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A662 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A663 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A664 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUnnecessarySemicolonAfterTypeMemberDeclarationTest.java

    Severity Rule Message Line Col
    #A665 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A666 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A667 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A668 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUnnecessarySemicolonInEnumerationTest.java

    Severity Rule Message Line Col
    #A669 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A670 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A671 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A672 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUnnecessarySemicolonInTryWithResourcesTest.java

    Severity Rule Message Line Col
    #A673 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A674 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A675 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A676 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUnusedImportsTest.java

    Severity Rule Message Line Col
    #A677 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A678 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A679 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A680 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A681 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A682 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionUpperEllTest.java

    Severity Rule Message Line Col
    #A683 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A684 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A685 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A686 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionWhitespaceAfterTest.java

    Severity Rule Message Line Col
    #A687 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A688 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A689 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A690 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A691 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A692 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/java/org/checkstyle/suppressionxpathfilter/XpathRegressionWhitespaceAroundTest.java

    Severity Rule Message Line Col
    #A693 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A694 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A695 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A696 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A697 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A698 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule412nonemptyblocks/InputLeftCurlyAnnotations.java

    Severity Rule Message Line Col
    #A699 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A700 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 1
    #A701 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A702 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 5
    #A703 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A704 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A705 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19
    #A706 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19 5
    #A707 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A708 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A709 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5
    #A710 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 15
    #A711 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A712 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 1
    #A713 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A714 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A715 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A716 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A717 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43
    #A718 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43 5
    #A719 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A720 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49
    #A721 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A722 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49 15
    #A723 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 57
    #A724 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 57 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule42blockindentation/InputIndentationCorrect.java

    Severity Rule Message Line Col
    #A725 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A726 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 11
    #A727 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A728 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 7
    #A729 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A730 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 7
    #A731 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A732 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 7
    #A733 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A734 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule42blockindentation/InputIndentationCorrectClass.java

    Severity Rule Message Line Col
    #A735 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A736 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A737 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A738 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule452indentcontinuationlines/InputIndentationCorrect.java

    Severity Rule Message Line Col
    #A739 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A740 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 11
    #A741 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A742 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 7
    #A743 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A744 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 7
    #A745 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A746 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 7
    #A747 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A748 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule452indentcontinuationlines/InputIndentationCorrectClass.java

    Severity Rule Message Line Col
    #A749 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A750 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A751 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A752 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule462horizontalwhitespace/InputParenPad.java

    Severity Rule Message Line Col
    #A753 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A754 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 9
    #A755 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 52
    #A756 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 52 9
    #A757 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 86
    #A758 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 86 9
    #A759 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A760 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4821onevariableperline/InputMultipleVariableDeclarations.java

    Severity Rule Message Line Col
    #A761 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 86
    #A762 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 86 5
    #A763 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 89
    #A764 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4822variabledistance/InputVariableDeclarationUsageDistanceCheck.java

    Severity Rule Message Line Col
    #A765 warning AnnotationUseStyle Annotation must have closing parenthesis. 373
    #A766 warning AnnotationUseStyle Annotation must have closing parenthesis. 373 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4841indentation/InputIndentationCorrect.java

    Severity Rule Message Line Col
    #A767 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A768 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 11
    #A769 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A770 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 7
    #A771 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A772 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 7
    #A773 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A774 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 7
    #A775 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A776 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4841indentation/InputIndentationCorrectClass.java

    Severity Rule Message Line Col
    #A777 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A778 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A779 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A780 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule485annotations/InputAnnotationLocation.java

    Severity Rule Message Line Col
    #A781 warning AnnotationUseStyle Annotation must have closing parenthesis. 3
    #A782 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 1
    #A783 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 16
    #A784 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A785 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 5
    #A786 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 20
    #A787 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A788 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5
    #A789 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A790 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 5
    #A791 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A792 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 5
    #A793 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A794 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 5
    #A795 warning AnnotationUseStyle Annotation must have closing parenthesis. 19
    #A796 warning AnnotationUseStyle Annotation must have closing parenthesis. 19 5
    #A797 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A798 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 9
    #A799 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23
    #A800 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23 5
    #A801 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A802 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 5
    #A803 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A804 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5
    #A805 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A806 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 8
    #A807 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A808 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A809 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A810 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 9
    #A811 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A812 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 7
    #A813 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A814 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 11
    #A815 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A816 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 9
    #A817 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 24
    #A818 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A819 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 9
    #A820 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A821 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 9
    #A822 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A823 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 9
    #A824 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A825 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 9
    #A826 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A827 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 9
    #A828 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A829 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 9
    #A830 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A831 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 9
    #A832 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A833 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 13
    #A834 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A835 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 9
    #A836 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A837 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 13
    #A838 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A839 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A840 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A841 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 8
    #A842 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A843 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 9
    #A844 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 24
    #A845 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A846 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 9
    #A847 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A848 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 9
    #A849 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A850 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 9
    #A851 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A852 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 9
    #A853 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A854 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 9
    #A855 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A856 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 12
    #A857 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A858 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 9
    #A859 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A860 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 11
    #A861 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A862 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 9
    #A863 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A864 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 1
    #A865 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A866 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 2

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule485annotations/InputAnnotationLocationVariables.java

    Severity Rule Message Line Col
    #A867 warning AnnotationUseStyle Annotation must have closing parenthesis. 3
    #A868 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 1
    #A869 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 16
    #A870 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A871 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 5
    #A872 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 20
    #A873 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A874 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5
    #A875 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A876 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 5
    #A877 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A878 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 5
    #A879 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A880 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 5
    #A881 warning AnnotationUseStyle Annotation must have closing parenthesis. 19
    #A882 warning AnnotationUseStyle Annotation must have closing parenthesis. 19 5
    #A883 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A884 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 9
    #A885 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23
    #A886 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23 5
    #A887 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A888 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 5
    #A889 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A890 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5
    #A891 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A892 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 8
    #A893 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A894 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A895 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A896 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 9
    #A897 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A898 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 7
    #A899 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A900 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 11
    #A901 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A902 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 9
    #A903 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 24
    #A904 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A905 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 9
    #A906 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A907 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 9
    #A908 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A909 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 9
    #A910 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A911 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 9
    #A912 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A913 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 9
    #A914 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A915 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 9
    #A916 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A917 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 9
    #A918 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A919 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 13
    #A920 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A921 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 9
    #A922 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A923 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 13
    #A924 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A925 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A926 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A927 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 8
    #A928 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A929 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 9
    #A930 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 24
    #A931 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A932 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 9
    #A933 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A934 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 9
    #A935 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A936 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 9
    #A937 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A938 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 9
    #A939 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A940 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 9
    #A941 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A942 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 12
    #A943 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A944 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 9
    #A945 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A946 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 11
    #A947 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A948 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 9
    #A949 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A950 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 1
    #A951 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A952 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 2

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4861blockcommentstyle/InputCommentsIndentationCommentIsAtTheEndOfBlock.java

    Severity Rule Message Line Col
    #A953 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A954 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 13
    #A955 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A956 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule4861blockcommentstyle/InputCommentsIndentationInEmptyBlock.java

    Severity Rule Message Line Col
    #A957 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 38
    #A958 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 38 5
    #A959 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53
    #A960 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter4formatting/rule487modifiers/InputModifierOrder.java

    Severity Rule Message Line Col
    #A961 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A962 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 5
    #A963 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A964 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 13
    #A965 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A966 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 13
    #A967 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A968 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A969 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A970 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A971 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 34
    #A972 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A973 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A974 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A975 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 30
    #A976 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A977 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 18
    #A978 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A979 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A980 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A981 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A982 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A983 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 33
    #A984 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A985 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A986 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A987 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 50
    #A988 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A989 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A990 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A991 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 14
    #A992 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A993 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 15
    #A994 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A995 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 22
    #A996 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A997 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A998 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A999 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 42
    #A1000 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A1001 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 12
    #A1002 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A1003 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 19
    #A1004 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A1005 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 32
    #A1006 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A1007 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 40
    #A1008 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A1009 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 9
    #A1010 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A1011 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 19
    #A1012 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A1013 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 32
    #A1014 warning AnnotationUseStyle Annotation must have closing parenthesis. 147
    #A1015 warning AnnotationUseStyle Annotation must have closing parenthesis. 147 39
    #A1016 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A1017 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 16
    #A1018 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A1019 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 16
    #A1020 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A1021 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 29
    #A1022 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A1023 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 37
    #A1024 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A1025 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 23
    #A1026 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A1027 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 23
    #A1028 warning AnnotationUseStyle Annotation must have closing parenthesis. 176
    #A1029 warning AnnotationUseStyle Annotation must have closing parenthesis. 176 36
    #A1030 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A1031 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 43
    #A1032 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A1033 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 13
    #A1034 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A1035 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 20
    #A1036 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A1037 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 33
    #A1038 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A1039 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 41
    #A1040 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A1041 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 9
    #A1042 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A1043 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 34
    #A1044 warning AnnotationUseStyle Annotation must have closing parenthesis. 205
    #A1045 warning AnnotationUseStyle Annotation must have closing parenthesis. 205 22
    #A1046 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A1047 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 9
    #A1048 warning AnnotationUseStyle Annotation must have closing parenthesis. 209
    #A1049 warning AnnotationUseStyle Annotation must have closing parenthesis. 209 9
    #A1050 warning AnnotationUseStyle Annotation must have closing parenthesis. 211
    #A1051 warning AnnotationUseStyle Annotation must have closing parenthesis. 211 37
    #A1052 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A1053 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 9
    #A1054 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A1055 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 47
    #A1056 warning AnnotationUseStyle Annotation must have closing parenthesis. 217
    #A1057 warning AnnotationUseStyle Annotation must have closing parenthesis. 217 9
    #A1058 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A1059 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 18

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter7javadoc/rule711generalform/InputInvalidJavadocPosition.java

    Severity Rule Message Line Col
    #A1060 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A1061 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A1062 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A1063 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A1064 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A1065 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 1
    #A1066 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A1067 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/InputJavadocMethodCheck.java

    Severity Rule Message Line Col
    #A1068 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A1069 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A1070 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A1071 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter7javadoc/rule731selfexplanatory/InputMissingJavadocMethodCheck.java

    Severity Rule Message Line Col
    #A1072 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A1073 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A1074 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A1075 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/google/checkstyle/test/chapter7javadoc/rule734nonrequiredjavadoc/InputInvalidJavadocPosition.java

    Severity Rule Message Line Col
    #A1076 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A1077 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A1078 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A1079 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A1080 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A1081 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 1
    #A1082 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A1083 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/sun/checkstyle/test/chapter5comments/rule52documentationcomments/InputInvalidJavadocPosition.java

    Severity Rule Message Line Col
    #A1084 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A1085 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A1086 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A1087 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A1088 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A1089 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 1
    #A1090 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A1091 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/com/sun/checkstyle/test/chapter6declarations/rule61numberperline/InputMultipleVariableDeclarations.java

    Severity Rule Message Line Col
    #A1092 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 86
    #A1093 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 86 5
    #A1094 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 89
    #A1095 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/it/resources/org/checkstyle/suppressionxpathfilter/anoninnerlength/SuppressionXpathRegressionAnonInnerLength.java

    Severity Rule Message Line Col
    #A1096 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A1097 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/AuditEventDefaultFormatter.java

    Severity Rule Message Line Col
    #A1098 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A1099 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/AuditEventFormatter.java

    Severity Rule Message Line Col
    #A1100 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A1101 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/Checker.java

    Severity Rule Message Line Col
    #A1102 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A1103 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A1104 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A1105 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A1106 warning AnnotationUseStyle Annotation must have closing parenthesis. 377
    #A1107 warning AnnotationUseStyle Annotation must have closing parenthesis. 377 5
    #A1108 warning AnnotationUseStyle Annotation must have closing parenthesis. 392
    #A1109 warning AnnotationUseStyle Annotation must have closing parenthesis. 392 5
    #A1110 warning AnnotationUseStyle Annotation must have closing parenthesis. 416
    #A1111 warning AnnotationUseStyle Annotation must have closing parenthesis. 416 5
    #A1112 warning AnnotationUseStyle Annotation must have closing parenthesis. 425
    #A1113 warning AnnotationUseStyle Annotation must have closing parenthesis. 425 5
    #A1114 warning AnnotationUseStyle Annotation must have closing parenthesis. 456
    #A1115 warning AnnotationUseStyle Annotation must have closing parenthesis. 456 5
    #A1116 warning AnnotationUseStyle Annotation must have closing parenthesis. 524
    #A1117 warning AnnotationUseStyle Annotation must have closing parenthesis. 524 5
    #A1118 warning AnnotationUseStyle Annotation must have closing parenthesis. 598
    #A1119 warning AnnotationUseStyle Annotation must have closing parenthesis. 598 5
    #A1120 warning AnnotationUseStyle Annotation must have closing parenthesis. 603
    #A1121 warning AnnotationUseStyle Annotation must have closing parenthesis. 603 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/ConfigurationLoader.java

    Severity Rule Message Line Col
    #A1122 warning AnnotationUseStyle Annotation must have closing parenthesis. 490
    #A1123 warning AnnotationUseStyle Annotation must have closing parenthesis. 490 9
    #A1124 warning AnnotationUseStyle Annotation must have closing parenthesis. 550
    #A1125 warning AnnotationUseStyle Annotation must have closing parenthesis. 550 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/DefaultConfiguration.java

    Severity Rule Message Line Col
    #A1126 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A1127 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A1128 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A1129 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A1130 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A1131 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A1132 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A1133 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A1134 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A1135 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/DefaultContext.java

    Severity Rule Message Line Col
    #A1136 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A1137 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A1138 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A1139 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/DefaultLogger.java

    Severity Rule Message Line Col
    #A1140 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A1141 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A1142 warning AnnotationUseStyle Annotation must have closing parenthesis. 147
    #A1143 warning AnnotationUseStyle Annotation must have closing parenthesis. 147 5
    #A1144 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A1145 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A1146 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A1147 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A1148 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A1149 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5
    #A1150 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A1151 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A1152 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A1153 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/DetailAstImpl.java

    Severity Rule Message Line Col
    #A1154 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A1155 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A1156 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A1157 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A1158 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A1159 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A1160 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A1161 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A1162 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A1163 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A1164 warning AnnotationUseStyle Annotation must have closing parenthesis. 165
    #A1165 warning AnnotationUseStyle Annotation must have closing parenthesis. 165 5
    #A1166 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A1167 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 5
    #A1168 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A1169 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5
    #A1170 warning AnnotationUseStyle Annotation must have closing parenthesis. 209
    #A1171 warning AnnotationUseStyle Annotation must have closing parenthesis. 209 5
    #A1172 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A1173 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 5
    #A1174 warning AnnotationUseStyle Annotation must have closing parenthesis. 265
    #A1175 warning AnnotationUseStyle Annotation must have closing parenthesis. 265 5
    #A1176 warning AnnotationUseStyle Annotation must have closing parenthesis. 340
    #A1177 warning AnnotationUseStyle Annotation must have closing parenthesis. 340 5
    #A1178 warning AnnotationUseStyle Annotation must have closing parenthesis. 345
    #A1179 warning AnnotationUseStyle Annotation must have closing parenthesis. 345 5
    #A1180 warning AnnotationUseStyle Annotation must have closing parenthesis. 350
    #A1181 warning AnnotationUseStyle Annotation must have closing parenthesis. 350 5
    #A1182 warning AnnotationUseStyle Annotation must have closing parenthesis. 362
    #A1183 warning AnnotationUseStyle Annotation must have closing parenthesis. 362 5
    #A1184 warning AnnotationUseStyle Annotation must have closing parenthesis. 367
    #A1185 warning AnnotationUseStyle Annotation must have closing parenthesis. 367 5
    #A1186 warning AnnotationUseStyle Annotation must have closing parenthesis. 372
    #A1187 warning AnnotationUseStyle Annotation must have closing parenthesis. 372 5
    #A1188 warning AnnotationUseStyle Annotation must have closing parenthesis. 377
    #A1189 warning AnnotationUseStyle Annotation must have closing parenthesis. 377 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/FileStatefulCheck.java

    Severity Rule Message Line Col
    #A1190 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 47
    #A1191 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 47 1
    #A1192 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 48
    #A1193 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 48 1
    #A1194 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A1195 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/GlobalStatefulCheck.java

    Severity Rule Message Line Col
    #A1196 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42
    #A1197 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42 1
    #A1198 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43
    #A1199 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43 1
    #A1200 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A1201 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/JavaParser.java

    Severity Rule Message Line Col
    #A1202 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A1203 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/JavadocDetailNodeParser.java

    Severity Rule Message Line Col
    #A1204 warning AnnotationUseStyle Annotation must have closing parenthesis. 591
    #A1205 warning AnnotationUseStyle Annotation must have closing parenthesis. 591 9
    #A1206 warning AnnotationUseStyle Annotation must have closing parenthesis. 776
    #A1207 warning AnnotationUseStyle Annotation must have closing parenthesis. 776 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/Main.java

    Severity Rule Message Line Col
    #A1208 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 493
    #A1209 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 493 5
    #A1210 warning AnnotationUseStyle Annotation must have closing parenthesis. 556
    #A1211 warning AnnotationUseStyle Annotation must have closing parenthesis. 556 9
    #A1212 warning AnnotationUseStyle Annotation must have closing parenthesis. 572
    #A1213 warning AnnotationUseStyle Annotation must have closing parenthesis. 572 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/ModuleFactory.java

    Severity Rule Message Line Col
    #A1214 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A1215 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/PackageNamesLoader.java

    Severity Rule Message Line Col
    #A1216 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A1217 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A1218 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A1219 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/PackageObjectFactory.java

    Severity Rule Message Line Col
    #A1220 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A1221 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/PropertiesExpander.java

    Severity Rule Message Line Col
    #A1222 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A1223 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/PropertyResolver.java

    Severity Rule Message Line Col
    #A1224 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A1225 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/StatelessCheck.java

    Severity Rule Message Line Col
    #A1226 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37
    #A1227 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37 1
    #A1228 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 38
    #A1229 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 38 1
    #A1230 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A1231 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/TreeWalker.java

    Severity Rule Message Line Col
    #A1232 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A1233 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 1
    #A1234 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A1235 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A1236 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A1237 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A1238 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A1239 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A1240 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A1241 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 5
    #A1242 warning AnnotationUseStyle Annotation must have closing parenthesis. 385
    #A1243 warning AnnotationUseStyle Annotation must have closing parenthesis. 385 5
    #A1244 warning AnnotationUseStyle Annotation must have closing parenthesis. 392
    #A1245 warning AnnotationUseStyle Annotation must have closing parenthesis. 392 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/TreeWalkerFilter.java

    Severity Rule Message Line Col
    #A1246 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A1247 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/XMLLogger.java

    Severity Rule Message Line Col
    #A1248 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A1249 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A1250 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A1251 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A1252 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A1253 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A1254 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A1255 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A1256 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A1257 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A1258 warning AnnotationUseStyle Annotation must have closing parenthesis. 166
    #A1259 warning AnnotationUseStyle Annotation must have closing parenthesis. 166 5
    #A1260 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A1261 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/XmlLoader.java

    Severity Rule Message Line Col
    #A1262 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A1263 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A1264 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A1265 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/XpathFileGeneratorAstFilter.java

    Severity Rule Message Line Col
    #A1266 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A1267 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A1268 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A1269 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/XpathFileGeneratorAuditListener.java

    Severity Rule Message Line Col
    #A1270 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A1271 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A1272 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A1273 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A1274 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A1275 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A1276 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A1277 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A1278 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A1279 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A1280 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A1281 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A1282 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A1283 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTask.java

    Severity Rule Message Line Col
    #A1284 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A1285 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A1286 warning AnnotationUseStyle Annotation must have closing parenthesis. 595
    #A1287 warning AnnotationUseStyle Annotation must have closing parenthesis. 595 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/AbstractCheck.java

    Severity Rule Message Line Col
    #A1288 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A1289 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A1290 warning AnnotationUseStyle Annotation must have closing parenthesis. 261
    #A1291 warning AnnotationUseStyle Annotation must have closing parenthesis. 261 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/AbstractFileSetCheck.java

    Severity Rule Message Line Col
    #A1292 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A1293 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A1294 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A1295 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A1296 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A1297 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A1298 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A1299 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A1300 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A1301 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A1302 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A1303 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A1304 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A1305 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A1306 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A1307 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/AbstractViolationReporter.java

    Severity Rule Message Line Col
    #A1308 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A1309 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/AutomaticBean.java

    Severity Rule Message Line Col
    #A1310 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A1311 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A1312 warning AnnotationUseStyle Annotation must have closing parenthesis. 250
    #A1313 warning AnnotationUseStyle Annotation must have closing parenthesis. 250 5
    #A1314 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 294
    #A1315 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 294 9
    #A1316 warning AnnotationUseStyle Annotation must have closing parenthesis. 295
    #A1317 warning AnnotationUseStyle Annotation must have closing parenthesis. 295 9
    #A1318 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 305
    #A1319 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 305 9
    #A1320 warning AnnotationUseStyle Annotation must have closing parenthesis. 306
    #A1321 warning AnnotationUseStyle Annotation must have closing parenthesis. 306 9
    #A1322 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 316
    #A1323 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 316 9
    #A1324 warning AnnotationUseStyle Annotation must have closing parenthesis. 317
    #A1325 warning AnnotationUseStyle Annotation must have closing parenthesis. 317 9
    #A1326 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 327
    #A1327 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 327 9
    #A1328 warning AnnotationUseStyle Annotation must have closing parenthesis. 328
    #A1329 warning AnnotationUseStyle Annotation must have closing parenthesis. 328 9
    #A1330 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 354
    #A1331 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 354 9
    #A1332 warning AnnotationUseStyle Annotation must have closing parenthesis. 355
    #A1333 warning AnnotationUseStyle Annotation must have closing parenthesis. 355 9
    #A1334 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 382
    #A1335 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 382 9
    #A1336 warning AnnotationUseStyle Annotation must have closing parenthesis. 383
    #A1337 warning AnnotationUseStyle Annotation must have closing parenthesis. 383 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/BeforeExecutionFileFilter.java

    Severity Rule Message Line Col
    #A1338 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A1339 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/BeforeExecutionFileFilterSet.java

    Severity Rule Message Line Col
    #A1340 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A1341 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A1342 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A1343 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Comment.java

    Severity Rule Message Line Col
    #A1344 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A1345 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A1346 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A1347 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A1348 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A1349 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A1350 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A1351 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A1352 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A1353 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A1354 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A1355 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A1356 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A1357 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Configurable.java

    Severity Rule Message Line Col
    #A1358 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A1359 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Contextualizable.java

    Severity Rule Message Line Col
    #A1360 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A1361 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/DetailAST.java

    Severity Rule Message Line Col
    #A1362 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A1363 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/ExternalResourceHolder.java

    Severity Rule Message Line Col
    #A1364 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A1365 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/FileContents.java

    Severity Rule Message Line Col
    #A1366 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A1367 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A1368 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A1369 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Filter.java

    Severity Rule Message Line Col
    #A1370 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A1371 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/FilterSet.java

    Severity Rule Message Line Col
    #A1372 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A1373 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A1374 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A1375 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/FullIdent.java

    Severity Rule Message Line Col
    #A1376 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A1377 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/LineColumn.java

    Severity Rule Message Line Col
    #A1378 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A1379 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A1380 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A1381 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A1382 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A1383 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.java

    Severity Rule Message Line Col
    #A1384 warning AnnotationUseStyle Annotation must have closing parenthesis. 294
    #A1385 warning AnnotationUseStyle Annotation must have closing parenthesis. 294 5
    #A1386 warning AnnotationUseStyle Annotation must have closing parenthesis. 316
    #A1387 warning AnnotationUseStyle Annotation must have closing parenthesis. 316 5
    #A1388 warning AnnotationUseStyle Annotation must have closing parenthesis. 468
    #A1389 warning AnnotationUseStyle Annotation must have closing parenthesis. 468 5
    #A1390 warning AnnotationUseStyle Annotation must have closing parenthesis. 505
    #A1391 warning AnnotationUseStyle Annotation must have closing parenthesis. 505 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/Scope.java

    Severity Rule Message Line Col
    #A1392 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A1393 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/SeverityLevel.java

    Severity Rule Message Line Col
    #A1394 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A1395 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/api/SeverityLevelCounter.java

    Severity Rule Message Line Col
    #A1396 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A1397 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A1398 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A1399 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A1400 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A1401 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A1402 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A1403 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A1404 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A1405 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A1406 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A1407 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/ArrayTypeStyleCheck.java

    Severity Rule Message Line Col
    #A1408 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A1409 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 1
    #A1410 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A1411 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A1412 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A1413 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A1414 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A1415 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A1416 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A1417 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/AvoidEscapedUnicodeCharactersCheck.java

    Severity Rule Message Line Col
    #A1418 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A1419 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 1
    #A1420 warning AnnotationUseStyle Annotation must have closing parenthesis. 299
    #A1421 warning AnnotationUseStyle Annotation must have closing parenthesis. 299 5
    #A1422 warning AnnotationUseStyle Annotation must have closing parenthesis. 304
    #A1423 warning AnnotationUseStyle Annotation must have closing parenthesis. 304 5
    #A1424 warning AnnotationUseStyle Annotation must have closing parenthesis. 309
    #A1425 warning AnnotationUseStyle Annotation must have closing parenthesis. 309 5
    #A1426 warning AnnotationUseStyle Annotation must have closing parenthesis. 314
    #A1427 warning AnnotationUseStyle Annotation must have closing parenthesis. 314 5
    #A1428 warning AnnotationUseStyle Annotation must have closing parenthesis. 320
    #A1429 warning AnnotationUseStyle Annotation must have closing parenthesis. 320 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/DescendantTokenCheck.java

    Severity Rule Message Line Col
    #A1430 warning AnnotationUseStyle Annotation must have closing parenthesis. 273
    #A1431 warning AnnotationUseStyle Annotation must have closing parenthesis. 273 1
    #A1432 warning AnnotationUseStyle Annotation must have closing parenthesis. 326
    #A1433 warning AnnotationUseStyle Annotation must have closing parenthesis. 326 5
    #A1434 warning AnnotationUseStyle Annotation must have closing parenthesis. 331
    #A1435 warning AnnotationUseStyle Annotation must have closing parenthesis. 331 5
    #A1436 warning AnnotationUseStyle Annotation must have closing parenthesis. 336
    #A1437 warning AnnotationUseStyle Annotation must have closing parenthesis. 336 5
    #A1438 warning AnnotationUseStyle Annotation must have closing parenthesis. 444
    #A1439 warning AnnotationUseStyle Annotation must have closing parenthesis. 444 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/FinalParametersCheck.java

    Severity Rule Message Line Col
    #A1440 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A1441 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 1
    #A1442 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A1443 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A1444 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A1445 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A1446 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A1447 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A1448 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A1449 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/NewlineAtEndOfFileCheck.java

    Severity Rule Message Line Col
    #A1450 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A1451 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 1
    #A1452 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A1453 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/OrderedPropertiesCheck.java

    Severity Rule Message Line Col
    #A1454 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A1455 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 1
    #A1456 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A1457 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A1458 warning AnnotationUseStyle Annotation must have closing parenthesis. 212
    #A1459 warning AnnotationUseStyle Annotation must have closing parenthesis. 212 9
    #A1460 warning AnnotationUseStyle Annotation must have closing parenthesis. 227
    #A1461 warning AnnotationUseStyle Annotation must have closing parenthesis. 227 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/OuterTypeFilenameCheck.java

    Severity Rule Message Line Col
    #A1462 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A1463 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 1
    #A1464 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A1465 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A1466 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A1467 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A1468 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A1469 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A1470 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A1471 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A1472 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A1473 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A1474 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A1475 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/SuppressWarningsHolder.java

    Severity Rule Message Line Col
    #A1476 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A1477 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 1
    #A1478 warning AnnotationUseStyle Annotation must have closing parenthesis. 265
    #A1479 warning AnnotationUseStyle Annotation must have closing parenthesis. 265 5
    #A1480 warning AnnotationUseStyle Annotation must have closing parenthesis. 270
    #A1481 warning AnnotationUseStyle Annotation must have closing parenthesis. 270 5
    #A1482 warning AnnotationUseStyle Annotation must have closing parenthesis. 275
    #A1483 warning AnnotationUseStyle Annotation must have closing parenthesis. 275 5
    #A1484 warning AnnotationUseStyle Annotation must have closing parenthesis. 280
    #A1485 warning AnnotationUseStyle Annotation must have closing parenthesis. 280 5
    #A1486 warning AnnotationUseStyle Annotation must have closing parenthesis. 285
    #A1487 warning AnnotationUseStyle Annotation must have closing parenthesis. 285 5
    #A1488 warning AnnotationUseStyle Annotation must have closing parenthesis. 553
    #A1489 warning AnnotationUseStyle Annotation must have closing parenthesis. 553 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/TodoCommentCheck.java

    Severity Rule Message Line Col
    #A1490 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A1491 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 1
    #A1492 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A1493 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A1494 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A1495 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A1496 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A1497 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A1498 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A1499 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A1500 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A1501 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/TrailingCommentCheck.java

    Severity Rule Message Line Col
    #A1502 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A1503 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 1
    #A1504 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A1505 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A1506 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A1507 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A1508 warning AnnotationUseStyle Annotation must have closing parenthesis. 165
    #A1509 warning AnnotationUseStyle Annotation must have closing parenthesis. 165 5
    #A1510 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A1511 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A1512 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A1513 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/TranslationCheck.java

    Severity Rule Message Line Col
    #A1514 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A1515 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 1
    #A1516 warning AnnotationUseStyle Annotation must have closing parenthesis. 328
    #A1517 warning AnnotationUseStyle Annotation must have closing parenthesis. 328 5
    #A1518 warning AnnotationUseStyle Annotation must have closing parenthesis. 333
    #A1519 warning AnnotationUseStyle Annotation must have closing parenthesis. 333 5
    #A1520 warning AnnotationUseStyle Annotation must have closing parenthesis. 339
    #A1521 warning AnnotationUseStyle Annotation must have closing parenthesis. 339 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/UncommentedMainCheck.java

    Severity Rule Message Line Col
    #A1522 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A1523 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 1
    #A1524 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A1525 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A1526 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A1527 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A1528 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A1529 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A1530 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A1531 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A1532 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A1533 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A1534 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A1535 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/UniquePropertiesCheck.java

    Severity Rule Message Line Col
    #A1536 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A1537 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 1
    #A1538 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A1539 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A1540 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A1541 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/UpperEllCheck.java

    Severity Rule Message Line Col
    #A1542 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A1543 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 1
    #A1544 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A1545 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A1546 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A1547 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A1548 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A1549 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A1550 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A1551 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationLocationCheck.java

    Severity Rule Message Line Col
    #A1552 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A1553 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 1
    #A1554 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A1555 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 5
    #A1556 warning AnnotationUseStyle Annotation must have closing parenthesis. 227
    #A1557 warning AnnotationUseStyle Annotation must have closing parenthesis. 227 5
    #A1558 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A1559 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 5
    #A1560 warning AnnotationUseStyle Annotation must have closing parenthesis. 248
    #A1561 warning AnnotationUseStyle Annotation must have closing parenthesis. 248 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationOnSameLineCheck.java

    Severity Rule Message Line Col
    #A1562 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A1563 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 1
    #A1564 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A1565 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A1566 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A1567 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A1568 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A1569 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A1570 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A1571 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.java

    Severity Rule Message Line Col
    #A1572 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A1573 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 1
    #A1574 warning AnnotationUseStyle Annotation must have closing parenthesis. 330
    #A1575 warning AnnotationUseStyle Annotation must have closing parenthesis. 330 5
    #A1576 warning AnnotationUseStyle Annotation must have closing parenthesis. 335
    #A1577 warning AnnotationUseStyle Annotation must have closing parenthesis. 335 5
    #A1578 warning AnnotationUseStyle Annotation must have closing parenthesis. 342
    #A1579 warning AnnotationUseStyle Annotation must have closing parenthesis. 342 5
    #A1580 warning AnnotationUseStyle Annotation must have closing parenthesis. 347
    #A1581 warning AnnotationUseStyle Annotation must have closing parenthesis. 347 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/MissingDeprecatedCheck.java

    Severity Rule Message Line Col
    #A1582 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A1583 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 1
    #A1584 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A1585 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A1586 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A1587 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A1588 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A1589 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/MissingOverrideCheck.java

    Severity Rule Message Line Col
    #A1590 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A1591 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 1
    #A1592 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A1593 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A1594 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A1595 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A1596 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A1597 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A1598 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A1599 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/PackageAnnotationCheck.java

    Severity Rule Message Line Col
    #A1600 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A1601 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 1
    #A1602 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A1603 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A1604 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A1605 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A1606 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A1607 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A1608 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A1609 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsCheck.java

    Severity Rule Message Line Col
    #A1610 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A1611 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 1
    #A1612 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A1613 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A1614 warning AnnotationUseStyle Annotation must have closing parenthesis. 165
    #A1615 warning AnnotationUseStyle Annotation must have closing parenthesis. 165 5
    #A1616 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A1617 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A1618 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A1619 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/AvoidNestedBlocksCheck.java

    Severity Rule Message Line Col
    #A1620 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A1621 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 1
    #A1622 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A1623 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A1624 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A1625 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A1626 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A1627 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A1628 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A1629 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/EmptyBlockCheck.java

    Severity Rule Message Line Col
    #A1630 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A1631 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 1
    #A1632 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A1633 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A1634 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A1635 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A1636 warning AnnotationUseStyle Annotation must have closing parenthesis. 183
    #A1637 warning AnnotationUseStyle Annotation must have closing parenthesis. 183 5
    #A1638 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A1639 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/EmptyCatchBlockCheck.java

    Severity Rule Message Line Col
    #A1640 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A1641 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 1
    #A1642 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A1643 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A1644 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A1645 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 5
    #A1646 warning AnnotationUseStyle Annotation must have closing parenthesis. 211
    #A1647 warning AnnotationUseStyle Annotation must have closing parenthesis. 211 5
    #A1648 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A1649 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A1650 warning AnnotationUseStyle Annotation must have closing parenthesis. 223
    #A1651 warning AnnotationUseStyle Annotation must have closing parenthesis. 223 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/LeftCurlyCheck.java

    Severity Rule Message Line Col
    #A1652 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A1653 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 1
    #A1654 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A1655 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A1656 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A1657 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A1658 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A1659 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A1660 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A1661 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/NeedBracesCheck.java

    Severity Rule Message Line Col
    #A1662 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A1663 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 1
    #A1664 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A1665 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A1666 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A1667 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 5
    #A1668 warning AnnotationUseStyle Annotation must have closing parenthesis. 211
    #A1669 warning AnnotationUseStyle Annotation must have closing parenthesis. 211 5
    #A1670 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A1671 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/blocks/RightCurlyCheck.java

    Severity Rule Message Line Col
    #A1672 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A1673 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 1
    #A1674 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A1675 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A1676 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A1677 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A1678 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A1679 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A1680 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A1681 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/AbstractSuperCheck.java

    Severity Rule Message Line Col
    #A1682 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A1683 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 1
    #A1684 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A1685 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A1686 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A1687 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A1688 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A1689 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A1690 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A1691 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A1692 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A1693 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A1694 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A1695 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ArrayTrailingCommaCheck.java

    Severity Rule Message Line Col
    #A1696 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A1697 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 1
    #A1698 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A1699 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A1700 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A1701 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5
    #A1702 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A1703 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A1704 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A1705 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidDoubleBraceInitializationCheck.java

    Severity Rule Message Line Col
    #A1706 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A1707 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 1
    #A1708 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A1709 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A1710 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A1711 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A1712 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A1713 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A1714 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A1715 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidInlineConditionalsCheck.java

    Severity Rule Message Line Col
    #A1716 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A1717 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 1
    #A1718 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A1719 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A1720 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A1721 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A1722 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A1723 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A1724 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A1725 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidNoArgumentSuperConstructorCallCheck.java

    Severity Rule Message Line Col
    #A1726 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A1727 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 1
    #A1728 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A1729 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A1730 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A1731 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A1732 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A1733 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A1734 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A1735 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/CovariantEqualsCheck.java

    Severity Rule Message Line Col
    #A1736 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A1737 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 1
    #A1738 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A1739 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A1740 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A1741 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A1742 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A1743 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A1744 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A1745 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/DeclarationOrderCheck.java

    Severity Rule Message Line Col
    #A1746 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A1747 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 1
    #A1748 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A1749 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A1750 warning AnnotationUseStyle Annotation must have closing parenthesis. 183
    #A1751 warning AnnotationUseStyle Annotation must have closing parenthesis. 183 5
    #A1752 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A1753 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A1754 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A1755 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 5
    #A1756 warning AnnotationUseStyle Annotation must have closing parenthesis. 205
    #A1757 warning AnnotationUseStyle Annotation must have closing parenthesis. 205 5
    #A1758 warning AnnotationUseStyle Annotation must have closing parenthesis. 372
    #A1759 warning AnnotationUseStyle Annotation must have closing parenthesis. 372 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/DefaultComesLastCheck.java

    Severity Rule Message Line Col
    #A1760 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A1761 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 1
    #A1762 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A1763 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A1764 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A1765 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A1766 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A1767 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A1768 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A1769 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/EmptyStatementCheck.java

    Severity Rule Message Line Col
    #A1770 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A1771 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 1
    #A1772 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A1773 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A1774 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A1775 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A1776 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A1777 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A1778 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A1779 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/EqualsAvoidNullCheck.java

    Severity Rule Message Line Col
    #A1780 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A1781 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 1
    #A1782 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A1783 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A1784 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A1785 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A1786 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A1787 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A1788 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A1789 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A1790 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A1791 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A1792 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A1793 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5
    #A1794 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A1795 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/EqualsHashCodeCheck.java

    Severity Rule Message Line Col
    #A1796 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A1797 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 1
    #A1798 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A1799 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A1800 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A1801 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A1802 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A1803 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A1804 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A1805 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A1806 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A1807 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A1808 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A1809 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ExplicitInitializationCheck.java

    Severity Rule Message Line Col
    #A1810 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A1811 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 1
    #A1812 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A1813 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A1814 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A1815 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A1816 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A1817 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A1818 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A1819 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/FallThroughCheck.java

    Severity Rule Message Line Col
    #A1820 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A1821 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 1
    #A1822 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A1823 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A1824 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A1825 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A1826 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A1827 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A1828 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A1829 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/FinalLocalVariableCheck.java

    Severity Rule Message Line Col
    #A1830 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A1831 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 1
    #A1832 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A1833 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A1834 warning AnnotationUseStyle Annotation must have closing parenthesis. 214
    #A1835 warning AnnotationUseStyle Annotation must have closing parenthesis. 214 5
    #A1836 warning AnnotationUseStyle Annotation must have closing parenthesis. 228
    #A1837 warning AnnotationUseStyle Annotation must have closing parenthesis. 228 5
    #A1838 warning AnnotationUseStyle Annotation must have closing parenthesis. 245
    #A1839 warning AnnotationUseStyle Annotation must have closing parenthesis. 245 5
    #A1840 warning AnnotationUseStyle Annotation must have closing parenthesis. 302
    #A1841 warning AnnotationUseStyle Annotation must have closing parenthesis. 302 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/HiddenFieldCheck.java

    Severity Rule Message Line Col
    #A1842 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A1843 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 1
    #A1844 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A1845 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A1846 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A1847 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 5
    #A1848 warning AnnotationUseStyle Annotation must have closing parenthesis. 233
    #A1849 warning AnnotationUseStyle Annotation must have closing parenthesis. 233 5
    #A1850 warning AnnotationUseStyle Annotation must have closing parenthesis. 242
    #A1851 warning AnnotationUseStyle Annotation must have closing parenthesis. 242 5
    #A1852 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A1853 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A1854 warning AnnotationUseStyle Annotation must have closing parenthesis. 333
    #A1855 warning AnnotationUseStyle Annotation must have closing parenthesis. 333 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalCatchCheck.java

    Severity Rule Message Line Col
    #A1856 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A1857 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 1
    #A1858 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A1859 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A1860 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A1861 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A1862 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A1863 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A1864 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A1865 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalInstantiationCheck.java

    Severity Rule Message Line Col
    #A1866 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A1867 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 1
    #A1868 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A1869 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A1870 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A1871 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A1872 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A1873 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A1874 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A1875 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A1876 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A1877 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A1878 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A1879 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheck.java

    Severity Rule Message Line Col
    #A1880 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A1881 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 1
    #A1882 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A1883 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A1884 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A1885 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A1886 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A1887 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A1888 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A1889 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenCheck.java

    Severity Rule Message Line Col
    #A1890 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A1891 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 1
    #A1892 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A1893 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A1894 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A1895 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A1896 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A1897 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A1898 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A1899 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A1900 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A1901 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenTextCheck.java

    Severity Rule Message Line Col
    #A1902 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A1903 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 1
    #A1904 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A1905 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A1906 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A1907 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A1908 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A1909 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A1910 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A1911 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A1912 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A1913 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTypeCheck.java

    Severity Rule Message Line Col
    #A1914 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A1915 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 1
    #A1916 warning AnnotationUseStyle Annotation must have closing parenthesis. 262
    #A1917 warning AnnotationUseStyle Annotation must have closing parenthesis. 262 5
    #A1918 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A1919 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A1920 warning AnnotationUseStyle Annotation must have closing parenthesis. 282
    #A1921 warning AnnotationUseStyle Annotation must have closing parenthesis. 282 5
    #A1922 warning AnnotationUseStyle Annotation must have closing parenthesis. 293
    #A1923 warning AnnotationUseStyle Annotation must have closing parenthesis. 293 5
    #A1924 warning AnnotationUseStyle Annotation must have closing parenthesis. 298
    #A1925 warning AnnotationUseStyle Annotation must have closing parenthesis. 298 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/InnerAssignmentCheck.java

    Severity Rule Message Line Col
    #A1926 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A1927 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 1
    #A1928 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A1929 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A1930 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A1931 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A1932 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A1933 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A1934 warning AnnotationUseStyle Annotation must have closing parenthesis. 166
    #A1935 warning AnnotationUseStyle Annotation must have closing parenthesis. 166 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MagicNumberCheck.java

    Severity Rule Message Line Col
    #A1936 warning AnnotationUseStyle Annotation must have closing parenthesis. 217
    #A1937 warning AnnotationUseStyle Annotation must have closing parenthesis. 217 1
    #A1938 warning AnnotationUseStyle Annotation must have closing parenthesis. 269
    #A1939 warning AnnotationUseStyle Annotation must have closing parenthesis. 269 5
    #A1940 warning AnnotationUseStyle Annotation must have closing parenthesis. 274
    #A1941 warning AnnotationUseStyle Annotation must have closing parenthesis. 274 5
    #A1942 warning AnnotationUseStyle Annotation must have closing parenthesis. 284
    #A1943 warning AnnotationUseStyle Annotation must have closing parenthesis. 284 5
    #A1944 warning AnnotationUseStyle Annotation must have closing parenthesis. 289
    #A1945 warning AnnotationUseStyle Annotation must have closing parenthesis. 289 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MissingCtorCheck.java

    Severity Rule Message Line Col
    #A1946 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A1947 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 1
    #A1948 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A1949 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A1950 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A1951 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A1952 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A1953 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A1954 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A1955 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MissingSwitchDefaultCheck.java

    Severity Rule Message Line Col
    #A1956 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A1957 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 1
    #A1958 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A1959 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A1960 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A1961 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A1962 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A1963 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A1964 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A1965 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ModifiedControlVariableCheck.java

    Severity Rule Message Line Col
    #A1966 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A1967 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 1
    #A1968 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A1969 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A1970 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A1971 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A1972 warning AnnotationUseStyle Annotation must have closing parenthesis. 176
    #A1973 warning AnnotationUseStyle Annotation must have closing parenthesis. 176 5
    #A1974 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A1975 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A1976 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A1977 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A1978 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A1979 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleStringLiteralsCheck.java

    Severity Rule Message Line Col
    #A1980 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A1981 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 1
    #A1982 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A1983 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A1984 warning AnnotationUseStyle Annotation must have closing parenthesis. 176
    #A1985 warning AnnotationUseStyle Annotation must have closing parenthesis. 176 5
    #A1986 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A1987 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A1988 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A1989 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A1990 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A1991 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A1992 warning AnnotationUseStyle Annotation must have closing parenthesis. 223
    #A1993 warning AnnotationUseStyle Annotation must have closing parenthesis. 223 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleVariableDeclarationsCheck.java

    Severity Rule Message Line Col
    #A1994 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A1995 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 1
    #A1996 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A1997 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A1998 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A1999 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A2000 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A2001 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A2002 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A2003 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedForDepthCheck.java

    Severity Rule Message Line Col
    #A2004 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A2005 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 1
    #A2006 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A2007 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A2008 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A2009 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A2010 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A2011 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A2012 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A2013 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A2014 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A2015 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A2016 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A2017 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedIfDepthCheck.java

    Severity Rule Message Line Col
    #A2018 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A2019 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 1
    #A2020 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A2021 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A2022 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A2023 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A2024 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A2025 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A2026 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A2027 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A2028 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A2029 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A2030 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A2031 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedTryDepthCheck.java

    Severity Rule Message Line Col
    #A2032 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A2033 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 1
    #A2034 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A2035 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A2036 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A2037 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A2038 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A2039 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A2040 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A2041 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A2042 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A2043 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A2044 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A2045 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NoArrayTrailingCommaCheck.java

    Severity Rule Message Line Col
    #A2046 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A2047 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 1
    #A2048 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A2049 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A2050 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A2051 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A2052 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A2053 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A2054 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A2055 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NoCloneCheck.java

    Severity Rule Message Line Col
    #A2056 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A2057 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 1
    #A2058 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A2059 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A2060 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A2061 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 5
    #A2062 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A2063 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 5
    #A2064 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A2065 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NoEnumTrailingCommaCheck.java

    Severity Rule Message Line Col
    #A2066 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A2067 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 1
    #A2068 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A2069 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A2070 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A2071 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A2072 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A2073 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A2074 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A2075 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/NoFinalizerCheck.java

    Severity Rule Message Line Col
    #A2076 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A2077 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 1
    #A2078 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A2079 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A2080 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A2081 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A2082 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A2083 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A2084 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A2085 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/OneStatementPerLineCheck.java

    Severity Rule Message Line Col
    #A2086 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A2087 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 1
    #A2088 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A2089 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A2090 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A2091 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A2092 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A2093 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 5
    #A2094 warning AnnotationUseStyle Annotation must have closing parenthesis. 190
    #A2095 warning AnnotationUseStyle Annotation must have closing parenthesis. 190 5
    #A2096 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A2097 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 5
    #A2098 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A2099 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/OverloadMethodsDeclarationOrderCheck.java

    Severity Rule Message Line Col
    #A2100 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A2101 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 1
    #A2102 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A2103 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A2104 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A2105 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A2106 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A2107 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A2108 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A2109 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/PackageDeclarationCheck.java

    Severity Rule Message Line Col
    #A2110 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A2111 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 1
    #A2112 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A2113 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A2114 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A2115 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A2116 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A2117 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A2118 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A2119 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A2120 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A2121 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A2122 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A2123 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ParameterAssignmentCheck.java

    Severity Rule Message Line Col
    #A2124 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A2125 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 1
    #A2126 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A2127 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A2128 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A2129 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A2130 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A2131 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A2132 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A2133 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A2134 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A2135 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A2136 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A2137 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/RequireThisCheck.java

    Severity Rule Message Line Col
    #A2138 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A2139 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 1
    #A2140 warning AnnotationUseStyle Annotation must have closing parenthesis. 307
    #A2141 warning AnnotationUseStyle Annotation must have closing parenthesis. 307 5
    #A2142 warning AnnotationUseStyle Annotation must have closing parenthesis. 312
    #A2143 warning AnnotationUseStyle Annotation must have closing parenthesis. 312 5
    #A2144 warning AnnotationUseStyle Annotation must have closing parenthesis. 327
    #A2145 warning AnnotationUseStyle Annotation must have closing parenthesis. 327 5
    #A2146 warning AnnotationUseStyle Annotation must have closing parenthesis. 332
    #A2147 warning AnnotationUseStyle Annotation must have closing parenthesis. 332 5
    #A2148 warning AnnotationUseStyle Annotation must have closing parenthesis. 353
    #A2149 warning AnnotationUseStyle Annotation must have closing parenthesis. 353 5
    #A2150 warning AnnotationUseStyle Annotation must have closing parenthesis. 374
    #A2151 warning AnnotationUseStyle Annotation must have closing parenthesis. 374 5
    #A2152 warning AnnotationUseStyle Annotation must have closing parenthesis. 1286
    #A2153 warning AnnotationUseStyle Annotation must have closing parenthesis. 1286 9
    #A2154 warning AnnotationUseStyle Annotation must have closing parenthesis. 1307
    #A2155 warning AnnotationUseStyle Annotation must have closing parenthesis. 1307 9
    #A2156 warning AnnotationUseStyle Annotation must have closing parenthesis. 1341
    #A2157 warning AnnotationUseStyle Annotation must have closing parenthesis. 1341 9
    #A2158 warning AnnotationUseStyle Annotation must have closing parenthesis. 1426
    #A2159 warning AnnotationUseStyle Annotation must have closing parenthesis. 1426 9
    #A2160 warning AnnotationUseStyle Annotation must have closing parenthesis. 1432
    #A2161 warning AnnotationUseStyle Annotation must have closing parenthesis. 1432 9
    #A2162 warning AnnotationUseStyle Annotation must have closing parenthesis. 1438
    #A2163 warning AnnotationUseStyle Annotation must have closing parenthesis. 1438 9
    #A2164 warning AnnotationUseStyle Annotation must have closing parenthesis. 1520
    #A2165 warning AnnotationUseStyle Annotation must have closing parenthesis. 1520 9
    #A2166 warning AnnotationUseStyle Annotation must have closing parenthesis. 1541
    #A2167 warning AnnotationUseStyle Annotation must have closing parenthesis. 1541 9
    #A2168 warning AnnotationUseStyle Annotation must have closing parenthesis. 1562
    #A2169 warning AnnotationUseStyle Annotation must have closing parenthesis. 1562 9
    #A2170 warning AnnotationUseStyle Annotation must have closing parenthesis. 1583
    #A2171 warning AnnotationUseStyle Annotation must have closing parenthesis. 1583 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/ReturnCountCheck.java

    Severity Rule Message Line Col
    #A2172 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A2173 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 1
    #A2174 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A2175 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A2176 warning AnnotationUseStyle Annotation must have closing parenthesis. 173
    #A2177 warning AnnotationUseStyle Annotation must have closing parenthesis. 173 5
    #A2178 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A2179 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A2180 warning AnnotationUseStyle Annotation must have closing parenthesis. 214
    #A2181 warning AnnotationUseStyle Annotation must have closing parenthesis. 214 5
    #A2182 warning AnnotationUseStyle Annotation must have closing parenthesis. 220
    #A2183 warning AnnotationUseStyle Annotation must have closing parenthesis. 220 5
    #A2184 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A2185 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanExpressionCheck.java

    Severity Rule Message Line Col
    #A2186 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A2187 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 1
    #A2188 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A2189 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A2190 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A2191 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A2192 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A2193 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A2194 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A2195 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanReturnCheck.java

    Severity Rule Message Line Col
    #A2196 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A2197 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 1
    #A2198 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A2199 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A2200 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A2201 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A2202 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A2203 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A2204 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A2205 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/StringLiteralEqualityCheck.java

    Severity Rule Message Line Col
    #A2206 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A2207 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 1
    #A2208 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A2209 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A2210 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A2211 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A2212 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A2213 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A2214 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A2215 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/SuperCloneCheck.java

    Severity Rule Message Line Col
    #A2216 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A2217 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 1
    #A2218 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A2219 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/SuperFinalizeCheck.java

    Severity Rule Message Line Col
    #A2220 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A2221 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 1
    #A2222 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A2223 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheck.java

    Severity Rule Message Line Col
    #A2224 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A2225 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 1
    #A2226 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A2227 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A2228 warning AnnotationUseStyle Annotation must have closing parenthesis. 245
    #A2229 warning AnnotationUseStyle Annotation must have closing parenthesis. 245 5
    #A2230 warning AnnotationUseStyle Annotation must have closing parenthesis. 274
    #A2231 warning AnnotationUseStyle Annotation must have closing parenthesis. 274 5
    #A2232 warning AnnotationUseStyle Annotation must have closing parenthesis. 281
    #A2233 warning AnnotationUseStyle Annotation must have closing parenthesis. 281 5
    #A2234 warning AnnotationUseStyle Annotation must have closing parenthesis. 319
    #A2235 warning AnnotationUseStyle Annotation must have closing parenthesis. 319 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonAfterTypeMemberDeclarationCheck.java

    Severity Rule Message Line Col
    #A2236 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A2237 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 1
    #A2238 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A2239 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A2240 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A2241 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A2242 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A2243 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A2244 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A2245 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInEnumerationCheck.java

    Severity Rule Message Line Col
    #A2246 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A2247 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 1
    #A2248 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A2249 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A2250 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A2251 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A2252 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A2253 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A2254 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A2255 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInTryWithResourcesCheck.java

    Severity Rule Message Line Col
    #A2256 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A2257 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 1
    #A2258 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A2259 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A2260 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A2261 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A2262 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A2263 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A2264 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A2265 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/coding/VariableDeclarationUsageDistanceCheck.java

    Severity Rule Message Line Col
    #A2266 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A2267 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 1
    #A2268 warning AnnotationUseStyle Annotation must have closing parenthesis. 265
    #A2269 warning AnnotationUseStyle Annotation must have closing parenthesis. 265 5
    #A2270 warning AnnotationUseStyle Annotation must have closing parenthesis. 270
    #A2271 warning AnnotationUseStyle Annotation must have closing parenthesis. 270 5
    #A2272 warning AnnotationUseStyle Annotation must have closing parenthesis. 275
    #A2273 warning AnnotationUseStyle Annotation must have closing parenthesis. 275 5
    #A2274 warning AnnotationUseStyle Annotation must have closing parenthesis. 280
    #A2275 warning AnnotationUseStyle Annotation must have closing parenthesis. 280 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/DesignForExtensionCheck.java

    Severity Rule Message Line Col
    #A2276 warning AnnotationUseStyle Annotation must have closing parenthesis. 212
    #A2277 warning AnnotationUseStyle Annotation must have closing parenthesis. 212 1
    #A2278 warning AnnotationUseStyle Annotation must have closing parenthesis. 235
    #A2279 warning AnnotationUseStyle Annotation must have closing parenthesis. 235 5
    #A2280 warning AnnotationUseStyle Annotation must have closing parenthesis. 240
    #A2281 warning AnnotationUseStyle Annotation must have closing parenthesis. 240 5
    #A2282 warning AnnotationUseStyle Annotation must have closing parenthesis. 245
    #A2283 warning AnnotationUseStyle Annotation must have closing parenthesis. 245 5
    #A2284 warning AnnotationUseStyle Annotation must have closing parenthesis. 253
    #A2285 warning AnnotationUseStyle Annotation must have closing parenthesis. 253 5
    #A2286 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A2287 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/FinalClassCheck.java

    Severity Rule Message Line Col
    #A2288 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A2289 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 1
    #A2290 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A2291 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A2292 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A2293 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A2294 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A2295 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A2296 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A2297 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A2298 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A2299 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A2300 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A2301 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/HideUtilityClassConstructorCheck.java

    Severity Rule Message Line Col
    #A2302 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A2303 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 1
    #A2304 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A2305 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A2306 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A2307 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A2308 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A2309 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A2310 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A2311 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/InnerTypeLastCheck.java

    Severity Rule Message Line Col
    #A2312 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A2313 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 1
    #A2314 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A2315 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A2316 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A2317 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A2318 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A2319 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A2320 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A2321 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A2322 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A2323 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A2324 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A2325 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/InterfaceIsTypeCheck.java

    Severity Rule Message Line Col
    #A2326 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A2327 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 1
    #A2328 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A2329 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A2330 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A2331 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A2332 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A2333 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A2334 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A2335 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/MutableExceptionCheck.java

    Severity Rule Message Line Col
    #A2336 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A2337 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 1
    #A2338 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A2339 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A2340 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A2341 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A2342 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A2343 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A2344 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A2345 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A2346 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A2347 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/OneTopLevelClassCheck.java

    Severity Rule Message Line Col
    #A2348 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A2349 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 1
    #A2350 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A2351 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A2352 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A2353 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A2354 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A2355 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A2356 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A2357 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A2358 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A2359 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/ThrowsCountCheck.java

    Severity Rule Message Line Col
    #A2360 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A2361 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 1
    #A2362 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A2363 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A2364 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A2365 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A2366 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A2367 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A2368 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A2369 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/design/VisibilityModifierCheck.java

    Severity Rule Message Line Col
    #A2370 warning AnnotationUseStyle Annotation must have closing parenthesis. 389
    #A2371 warning AnnotationUseStyle Annotation must have closing parenthesis. 389 1
    #A2372 warning AnnotationUseStyle Annotation must have closing parenthesis. 550
    #A2373 warning AnnotationUseStyle Annotation must have closing parenthesis. 550 5
    #A2374 warning AnnotationUseStyle Annotation must have closing parenthesis. 555
    #A2375 warning AnnotationUseStyle Annotation must have closing parenthesis. 555 5
    #A2376 warning AnnotationUseStyle Annotation must have closing parenthesis. 560
    #A2377 warning AnnotationUseStyle Annotation must have closing parenthesis. 560 5
    #A2378 warning AnnotationUseStyle Annotation must have closing parenthesis. 568
    #A2379 warning AnnotationUseStyle Annotation must have closing parenthesis. 568 5
    #A2380 warning AnnotationUseStyle Annotation must have closing parenthesis. 581
    #A2381 warning AnnotationUseStyle Annotation must have closing parenthesis. 581 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/header/AbstractHeaderCheck.java

    Severity Rule Message Line Col
    #A2382 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A2383 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A2384 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A2385 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/header/HeaderCheck.java

    Severity Rule Message Line Col
    #A2386 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A2387 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 1
    #A2388 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A2389 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A2390 warning AnnotationUseStyle Annotation must have closing parenthesis. 190
    #A2391 warning AnnotationUseStyle Annotation must have closing parenthesis. 190 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/header/RegexpHeaderCheck.java

    Severity Rule Message Line Col
    #A2392 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A2393 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 1
    #A2394 warning AnnotationUseStyle Annotation must have closing parenthesis. 240
    #A2395 warning AnnotationUseStyle Annotation must have closing parenthesis. 240 5
    #A2396 warning AnnotationUseStyle Annotation must have closing parenthesis. 322
    #A2397 warning AnnotationUseStyle Annotation must have closing parenthesis. 322 5
    #A2398 warning AnnotationUseStyle Annotation must have closing parenthesis. 353
    #A2399 warning AnnotationUseStyle Annotation must have closing parenthesis. 353 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStarImportCheck.java

    Severity Rule Message Line Col
    #A2400 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A2401 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 1
    #A2402 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A2403 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A2404 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A2405 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5
    #A2406 warning AnnotationUseStyle Annotation must have closing parenthesis. 166
    #A2407 warning AnnotationUseStyle Annotation must have closing parenthesis. 166 5
    #A2408 warning AnnotationUseStyle Annotation must have closing parenthesis. 217
    #A2409 warning AnnotationUseStyle Annotation must have closing parenthesis. 217 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStaticImportCheck.java

    Severity Rule Message Line Col
    #A2410 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A2411 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 1
    #A2412 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A2413 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A2414 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A2415 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A2416 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A2417 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A2418 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A2419 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ClassImportRule.java

    Severity Rule Message Line Col
    #A2420 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A2421 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/CustomImportOrderCheck.java

    Severity Rule Message Line Col
    #A2422 warning AnnotationUseStyle Annotation must have closing parenthesis. 353
    #A2423 warning AnnotationUseStyle Annotation must have closing parenthesis. 353 1
    #A2424 warning AnnotationUseStyle Annotation must have closing parenthesis. 501
    #A2425 warning AnnotationUseStyle Annotation must have closing parenthesis. 501 5
    #A2426 warning AnnotationUseStyle Annotation must have closing parenthesis. 506
    #A2427 warning AnnotationUseStyle Annotation must have closing parenthesis. 506 5
    #A2428 warning AnnotationUseStyle Annotation must have closing parenthesis. 511
    #A2429 warning AnnotationUseStyle Annotation must have closing parenthesis. 511 5
    #A2430 warning AnnotationUseStyle Annotation must have closing parenthesis. 520
    #A2431 warning AnnotationUseStyle Annotation must have closing parenthesis. 520 5
    #A2432 warning AnnotationUseStyle Annotation must have closing parenthesis. 525
    #A2433 warning AnnotationUseStyle Annotation must have closing parenthesis. 525 5
    #A2434 warning AnnotationUseStyle Annotation must have closing parenthesis. 544
    #A2435 warning AnnotationUseStyle Annotation must have closing parenthesis. 544 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/FileImportControl.java

    Severity Rule Message Line Col
    #A2436 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A2437 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A2438 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A2439 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/IllegalImportCheck.java

    Severity Rule Message Line Col
    #A2440 warning AnnotationUseStyle Annotation must have closing parenthesis. 264
    #A2441 warning AnnotationUseStyle Annotation must have closing parenthesis. 264 1
    #A2442 warning AnnotationUseStyle Annotation must have closing parenthesis. 351
    #A2443 warning AnnotationUseStyle Annotation must have closing parenthesis. 351 5
    #A2444 warning AnnotationUseStyle Annotation must have closing parenthesis. 356
    #A2445 warning AnnotationUseStyle Annotation must have closing parenthesis. 356 5
    #A2446 warning AnnotationUseStyle Annotation must have closing parenthesis. 361
    #A2447 warning AnnotationUseStyle Annotation must have closing parenthesis. 361 5
    #A2448 warning AnnotationUseStyle Annotation must have closing parenthesis. 366
    #A2449 warning AnnotationUseStyle Annotation must have closing parenthesis. 366 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportControlCheck.java

    Severity Rule Message Line Col
    #A2450 warning AnnotationUseStyle Annotation must have closing parenthesis. 430
    #A2451 warning AnnotationUseStyle Annotation must have closing parenthesis. 430 1
    #A2452 warning AnnotationUseStyle Annotation must have closing parenthesis. 485
    #A2453 warning AnnotationUseStyle Annotation must have closing parenthesis. 485 5
    #A2454 warning AnnotationUseStyle Annotation must have closing parenthesis. 490
    #A2455 warning AnnotationUseStyle Annotation must have closing parenthesis. 490 5
    #A2456 warning AnnotationUseStyle Annotation must have closing parenthesis. 495
    #A2457 warning AnnotationUseStyle Annotation must have closing parenthesis. 495 5
    #A2458 warning AnnotationUseStyle Annotation must have closing parenthesis. 500
    #A2459 warning AnnotationUseStyle Annotation must have closing parenthesis. 500 5
    #A2460 warning AnnotationUseStyle Annotation must have closing parenthesis. 513
    #A2461 warning AnnotationUseStyle Annotation must have closing parenthesis. 513 5
    #A2462 warning AnnotationUseStyle Annotation must have closing parenthesis. 539
    #A2463 warning AnnotationUseStyle Annotation must have closing parenthesis. 539 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportControlLoader.java

    Severity Rule Message Line Col
    #A2464 warning AnnotationUseStyle Annotation must have closing parenthesis. 158
    #A2465 warning AnnotationUseStyle Annotation must have closing parenthesis. 158 5
    #A2466 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A2467 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportOrderCheck.java

    Severity Rule Message Line Col
    #A2468 warning AnnotationUseStyle Annotation must have closing parenthesis. 371
    #A2469 warning AnnotationUseStyle Annotation must have closing parenthesis. 371 1
    #A2470 warning AnnotationUseStyle Annotation must have closing parenthesis. 584
    #A2471 warning AnnotationUseStyle Annotation must have closing parenthesis. 584 5
    #A2472 warning AnnotationUseStyle Annotation must have closing parenthesis. 589
    #A2473 warning AnnotationUseStyle Annotation must have closing parenthesis. 589 5
    #A2474 warning AnnotationUseStyle Annotation must have closing parenthesis. 594
    #A2475 warning AnnotationUseStyle Annotation must have closing parenthesis. 594 5
    #A2476 warning AnnotationUseStyle Annotation must have closing parenthesis. 599
    #A2477 warning AnnotationUseStyle Annotation must have closing parenthesis. 599 5
    #A2478 warning AnnotationUseStyle Annotation must have closing parenthesis. 611
    #A2479 warning AnnotationUseStyle Annotation must have closing parenthesis. 611 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/PkgImportControl.java

    Severity Rule Message Line Col
    #A2480 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A2481 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A2482 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A2483 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/PkgImportRule.java

    Severity Rule Message Line Col
    #A2484 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A2485 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/RedundantImportCheck.java

    Severity Rule Message Line Col
    #A2486 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A2487 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 1
    #A2488 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A2489 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A2490 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A2491 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A2492 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A2493 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A2494 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A2495 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A2496 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A2497 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/imports/UnusedImportsCheck.java

    Severity Rule Message Line Col
    #A2498 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A2499 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 1
    #A2500 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A2501 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A2502 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A2503 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A2504 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A2505 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A2506 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A2507 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A2508 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A2509 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A2510 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A2511 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ArrayInitHandler.java

    Severity Rule Message Line Col
    #A2512 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A2513 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A2514 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A2515 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A2516 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A2517 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A2518 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A2519 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A2520 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A2521 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A2522 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A2523 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A2524 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A2525 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A2526 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A2527 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/BlockParentHandler.java

    Severity Rule Message Line Col
    #A2528 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A2529 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 5
    #A2530 warning AnnotationUseStyle Annotation must have closing parenthesis. 275
    #A2531 warning AnnotationUseStyle Annotation must have closing parenthesis. 275 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CaseHandler.java

    Severity Rule Message Line Col
    #A2532 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A2533 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A2534 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A2535 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A2536 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A2537 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CatchHandler.java

    Severity Rule Message Line Col
    #A2538 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A2539 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ClassDefHandler.java

    Severity Rule Message Line Col
    #A2540 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A2541 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A2542 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A2543 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A2544 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A2545 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A2546 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A2547 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A2548 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A2549 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A2550 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A2551 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/CommentsIndentationCheck.java

    Severity Rule Message Line Col
    #A2552 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A2553 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 1
    #A2554 warning AnnotationUseStyle Annotation must have closing parenthesis. 250
    #A2555 warning AnnotationUseStyle Annotation must have closing parenthesis. 250 5
    #A2556 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A2557 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 5
    #A2558 warning AnnotationUseStyle Annotation must have closing parenthesis. 266
    #A2559 warning AnnotationUseStyle Annotation must have closing parenthesis. 266 5
    #A2560 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A2561 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 5
    #A2562 warning AnnotationUseStyle Annotation must have closing parenthesis. 276
    #A2563 warning AnnotationUseStyle Annotation must have closing parenthesis. 276 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/DoWhileHandler.java

    Severity Rule Message Line Col
    #A2564 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A2565 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ElseHandler.java

    Severity Rule Message Line Col
    #A2566 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A2567 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A2568 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A2569 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ForHandler.java

    Severity Rule Message Line Col
    #A2570 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A2571 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/IfHandler.java

    Severity Rule Message Line Col
    #A2572 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A2573 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A2574 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A2575 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A2576 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A2577 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A2578 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A2579 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ImportHandler.java

    Severity Rule Message Line Col
    #A2580 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A2581 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/IndentLevel.java

    Severity Rule Message Line Col
    #A2582 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A2583 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheck.java

    Severity Rule Message Line Col
    #A2584 warning AnnotationUseStyle Annotation must have closing parenthesis. 222
    #A2585 warning AnnotationUseStyle Annotation must have closing parenthesis. 222 1
    #A2586 warning AnnotationUseStyle Annotation must have closing parenthesis. 475
    #A2587 warning AnnotationUseStyle Annotation must have closing parenthesis. 475 5
    #A2588 warning AnnotationUseStyle Annotation must have closing parenthesis. 480
    #A2589 warning AnnotationUseStyle Annotation must have closing parenthesis. 480 5
    #A2590 warning AnnotationUseStyle Annotation must have closing parenthesis. 485
    #A2591 warning AnnotationUseStyle Annotation must have closing parenthesis. 485 5
    #A2592 warning AnnotationUseStyle Annotation must have closing parenthesis. 490
    #A2593 warning AnnotationUseStyle Annotation must have closing parenthesis. 490 5
    #A2594 warning AnnotationUseStyle Annotation must have closing parenthesis. 500
    #A2595 warning AnnotationUseStyle Annotation must have closing parenthesis. 500 5
    #A2596 warning AnnotationUseStyle Annotation must have closing parenthesis. 508
    #A2597 warning AnnotationUseStyle Annotation must have closing parenthesis. 508 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/IndexHandler.java

    Severity Rule Message Line Col
    #A2598 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A2599 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/LabelHandler.java

    Severity Rule Message Line Col
    #A2600 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A2601 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A2602 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A2603 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/LambdaHandler.java

    Severity Rule Message Line Col
    #A2604 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A2605 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A2606 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A2607 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A2608 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A2609 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/LineSet.java

    Severity Rule Message Line Col
    #A2610 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A2611 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/MemberDefHandler.java

    Severity Rule Message Line Col
    #A2612 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A2613 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A2614 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A2615 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A2616 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A2617 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/MethodCallHandler.java

    Severity Rule Message Line Col
    #A2618 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A2619 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A2620 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A2621 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A2622 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A2623 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5
    #A2624 warning AnnotationUseStyle Annotation must have closing parenthesis. 222
    #A2625 warning AnnotationUseStyle Annotation must have closing parenthesis. 222 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/MethodDefHandler.java

    Severity Rule Message Line Col
    #A2626 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A2627 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A2628 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A2629 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A2630 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A2631 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/NewHandler.java

    Severity Rule Message Line Col
    #A2632 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A2633 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A2634 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A2635 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A2636 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A2637 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/ObjectBlockHandler.java

    Severity Rule Message Line Col
    #A2638 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A2639 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A2640 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A2641 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A2642 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A2643 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A2644 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A2645 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A2646 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A2647 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A2648 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A2649 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A2650 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A2651 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/PackageDefHandler.java

    Severity Rule Message Line Col
    #A2652 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A2653 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/PrimordialHandler.java

    Severity Rule Message Line Col
    #A2654 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A2655 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A2656 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A2657 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A2658 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A2659 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/SlistHandler.java

    Severity Rule Message Line Col
    #A2660 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A2661 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A2662 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A2663 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A2664 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A2665 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A2666 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A2667 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A2668 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A2669 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A2670 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A2671 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/SwitchHandler.java

    Severity Rule Message Line Col
    #A2672 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A2673 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A2674 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A2675 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A2676 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A2677 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A2678 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A2679 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A2680 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A2681 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/SynchronizedHandler.java

    Severity Rule Message Line Col
    #A2682 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A2683 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/TryHandler.java

    Severity Rule Message Line Col
    #A2684 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A2685 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A2686 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A2687 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/indentation/WhileHandler.java

    Severity Rule Message Line Col
    #A2688 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A2689 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/AbstractJavadocCheck.java

    Severity Rule Message Line Col
    #A2690 warning AnnotationUseStyle Annotation must have closing parenthesis. 173
    #A2691 warning AnnotationUseStyle Annotation must have closing parenthesis. 173 5
    #A2692 warning AnnotationUseStyle Annotation must have closing parenthesis. 248
    #A2693 warning AnnotationUseStyle Annotation must have closing parenthesis. 248 5
    #A2694 warning AnnotationUseStyle Annotation must have closing parenthesis. 253
    #A2695 warning AnnotationUseStyle Annotation must have closing parenthesis. 253 5
    #A2696 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A2697 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 5
    #A2698 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A2699 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A2700 warning AnnotationUseStyle Annotation must have closing parenthesis. 272
    #A2701 warning AnnotationUseStyle Annotation must have closing parenthesis. 272 5
    #A2702 warning AnnotationUseStyle Annotation must have closing parenthesis. 277
    #A2703 warning AnnotationUseStyle Annotation must have closing parenthesis. 277 5
    #A2704 warning AnnotationUseStyle Annotation must have closing parenthesis. 282
    #A2705 warning AnnotationUseStyle Annotation must have closing parenthesis. 282 5
    #A2706 warning AnnotationUseStyle Annotation must have closing parenthesis. 381
    #A2707 warning AnnotationUseStyle Annotation must have closing parenthesis. 381 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/AtclauseOrderCheck.java

    Severity Rule Message Line Col
    #A2708 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A2709 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 1
    #A2710 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A2711 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A2712 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A2713 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A2714 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A2715 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/HtmlTag.java

    Severity Rule Message Line Col
    #A2716 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A2717 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/InvalidJavadocPositionCheck.java

    Severity Rule Message Line Col
    #A2718 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A2719 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 1
    #A2720 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A2721 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A2722 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A2723 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A2724 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A2725 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A2726 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A2727 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A2728 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A2729 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocBlockTagLocationCheck.java

    Severity Rule Message Line Col
    #A2730 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A2731 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 1
    #A2732 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A2733 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5
    #A2734 warning AnnotationUseStyle Annotation must have closing parenthesis. 198
    #A2735 warning AnnotationUseStyle Annotation must have closing parenthesis. 198 5
    #A2736 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A2737 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A2738 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A2739 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocContentLocationCheck.java

    Severity Rule Message Line Col
    #A2740 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A2741 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 1
    #A2742 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A2743 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A2744 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A2745 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A2746 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A2747 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A2748 warning AnnotationUseStyle Annotation must have closing parenthesis. 173
    #A2749 warning AnnotationUseStyle Annotation must have closing parenthesis. 173 5
    #A2750 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A2751 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocMethodCheck.java

    Severity Rule Message Line Col
    #A2752 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A2753 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 1
    #A2754 warning AnnotationUseStyle Annotation must have closing parenthesis. 354
    #A2755 warning AnnotationUseStyle Annotation must have closing parenthesis. 354 5
    #A2756 warning AnnotationUseStyle Annotation must have closing parenthesis. 363
    #A2757 warning AnnotationUseStyle Annotation must have closing parenthesis. 363 5
    #A2758 warning AnnotationUseStyle Annotation must have closing parenthesis. 368
    #A2759 warning AnnotationUseStyle Annotation must have closing parenthesis. 368 5
    #A2760 warning AnnotationUseStyle Annotation must have closing parenthesis. 380
    #A2761 warning AnnotationUseStyle Annotation must have closing parenthesis. 380 5
    #A2762 warning AnnotationUseStyle Annotation must have closing parenthesis. 386
    #A2763 warning AnnotationUseStyle Annotation must have closing parenthesis. 386 5
    #A2764 warning AnnotationUseStyle Annotation must have closing parenthesis. 401
    #A2765 warning AnnotationUseStyle Annotation must have closing parenthesis. 401 5
    #A2766 warning AnnotationUseStyle Annotation must have closing parenthesis. 1141
    #A2767 warning AnnotationUseStyle Annotation must have closing parenthesis. 1141 9
    #A2768 warning AnnotationUseStyle Annotation must have closing parenthesis. 1167
    #A2769 warning AnnotationUseStyle Annotation must have closing parenthesis. 1167 9
    #A2770 warning AnnotationUseStyle Annotation must have closing parenthesis. 1232
    #A2771 warning AnnotationUseStyle Annotation must have closing parenthesis. 1232 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocNodeImpl.java

    Severity Rule Message Line Col
    #A2772 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A2773 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A2774 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A2775 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A2776 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A2777 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A2778 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A2779 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A2780 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A2781 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A2782 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A2783 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A2784 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A2785 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A2786 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A2787 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocPackageCheck.java

    Severity Rule Message Line Col
    #A2788 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A2789 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 1
    #A2790 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A2791 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocParagraphCheck.java

    Severity Rule Message Line Col
    #A2792 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A2793 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 1
    #A2794 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A2795 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 5
    #A2796 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A2797 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A2798 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A2799 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocStyleCheck.java

    Severity Rule Message Line Col
    #A2800 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A2801 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 1
    #A2802 warning AnnotationUseStyle Annotation must have closing parenthesis. 245
    #A2803 warning AnnotationUseStyle Annotation must have closing parenthesis. 245 5
    #A2804 warning AnnotationUseStyle Annotation must have closing parenthesis. 250
    #A2805 warning AnnotationUseStyle Annotation must have closing parenthesis. 250 5
    #A2806 warning AnnotationUseStyle Annotation must have closing parenthesis. 266
    #A2807 warning AnnotationUseStyle Annotation must have closing parenthesis. 266 5
    #A2808 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A2809 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTag.java

    Severity Rule Message Line Col
    #A2810 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A2811 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagContinuationIndentationCheck.java

    Severity Rule Message Line Col
    #A2812 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A2813 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 1
    #A2814 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A2815 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A2816 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A2817 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A2818 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A2819 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagInfo.java

    Severity Rule Message Line Col
    #A2820 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A2821 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 9
    #A2822 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A2823 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 9
    #A2824 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A2825 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 9
    #A2826 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A2827 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 9
    #A2828 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A2829 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 9
    #A2830 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A2831 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 9
    #A2832 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A2833 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 9
    #A2834 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A2835 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 9
    #A2836 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A2837 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 9
    #A2838 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A2839 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 9
    #A2840 warning AnnotationUseStyle Annotation must have closing parenthesis. 222
    #A2841 warning AnnotationUseStyle Annotation must have closing parenthesis. 222 9
    #A2842 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A2843 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 9
    #A2844 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A2845 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 9
    #A2846 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A2847 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 9
    #A2848 warning AnnotationUseStyle Annotation must have closing parenthesis. 289
    #A2849 warning AnnotationUseStyle Annotation must have closing parenthesis. 289 9
    #A2850 warning AnnotationUseStyle Annotation must have closing parenthesis. 306
    #A2851 warning AnnotationUseStyle Annotation must have closing parenthesis. 306 9
    #A2852 warning AnnotationUseStyle Annotation must have closing parenthesis. 320
    #A2853 warning AnnotationUseStyle Annotation must have closing parenthesis. 320 9
    #A2854 warning AnnotationUseStyle Annotation must have closing parenthesis. 334
    #A2855 warning AnnotationUseStyle Annotation must have closing parenthesis. 334 9
    #A2856 warning AnnotationUseStyle Annotation must have closing parenthesis. 348
    #A2857 warning AnnotationUseStyle Annotation must have closing parenthesis. 348 9
    #A2858 warning AnnotationUseStyle Annotation must have closing parenthesis. 516
    #A2859 warning AnnotationUseStyle Annotation must have closing parenthesis. 516 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTypeCheck.java

    Severity Rule Message Line Col
    #A2860 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A2861 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 1
    #A2862 warning AnnotationUseStyle Annotation must have closing parenthesis. 302
    #A2863 warning AnnotationUseStyle Annotation must have closing parenthesis. 302 5
    #A2864 warning AnnotationUseStyle Annotation must have closing parenthesis. 307
    #A2865 warning AnnotationUseStyle Annotation must have closing parenthesis. 307 5
    #A2866 warning AnnotationUseStyle Annotation must have closing parenthesis. 317
    #A2867 warning AnnotationUseStyle Annotation must have closing parenthesis. 317 5
    #A2868 warning AnnotationUseStyle Annotation must have closing parenthesis. 322
    #A2869 warning AnnotationUseStyle Annotation must have closing parenthesis. 322 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocVariableCheck.java

    Severity Rule Message Line Col
    #A2870 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A2871 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 1
    #A2872 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A2873 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A2874 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A2875 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A2876 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A2877 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A2878 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A2879 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocMethodCheck.java

    Severity Rule Message Line Col
    #A2880 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A2881 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 1
    #A2882 warning AnnotationUseStyle Annotation must have closing parenthesis. 227
    #A2883 warning AnnotationUseStyle Annotation must have closing parenthesis. 227 5
    #A2884 warning AnnotationUseStyle Annotation must have closing parenthesis. 232
    #A2885 warning AnnotationUseStyle Annotation must have closing parenthesis. 232 5
    #A2886 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A2887 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 5
    #A2888 warning AnnotationUseStyle Annotation must have closing parenthesis. 246
    #A2889 warning AnnotationUseStyle Annotation must have closing parenthesis. 246 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocPackageCheck.java

    Severity Rule Message Line Col
    #A2890 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A2891 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 1
    #A2892 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A2893 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A2894 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A2895 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A2896 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A2897 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A2898 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A2899 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A2900 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A2901 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocTypeCheck.java

    Severity Rule Message Line Col
    #A2902 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A2903 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 1
    #A2904 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A2905 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A2906 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A2907 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A2908 warning AnnotationUseStyle Annotation must have closing parenthesis. 202
    #A2909 warning AnnotationUseStyle Annotation must have closing parenthesis. 202 5
    #A2910 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A2911 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/NonEmptyAtclauseDescriptionCheck.java

    Severity Rule Message Line Col
    #A2912 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A2913 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 1
    #A2914 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A2915 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A2916 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A2917 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/SingleLineJavadocCheck.java

    Severity Rule Message Line Col
    #A2918 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A2919 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 1
    #A2920 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A2921 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A2922 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A2923 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A2924 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A2925 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/SummaryJavadocCheck.java

    Severity Rule Message Line Col
    #A2926 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A2927 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 1
    #A2928 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A2929 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A2930 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A2931 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A2932 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A2933 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/javadoc/WriteTagCheck.java

    Severity Rule Message Line Col
    #A2934 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A2935 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 1
    #A2936 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A2937 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5
    #A2938 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A2939 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A2940 warning AnnotationUseStyle Annotation must have closing parenthesis. 173
    #A2941 warning AnnotationUseStyle Annotation must have closing parenthesis. 173 5
    #A2942 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A2943 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/AbstractClassCouplingCheck.java

    Severity Rule Message Line Col
    #A2944 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A2945 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 1
    #A2946 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A2947 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A2948 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A2949 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A2950 warning AnnotationUseStyle Annotation must have closing parenthesis. 183
    #A2951 warning AnnotationUseStyle Annotation must have closing parenthesis. 183 5
    #A2952 warning AnnotationUseStyle Annotation must have closing parenthesis. 217
    #A2953 warning AnnotationUseStyle Annotation must have closing parenthesis. 217 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/BooleanExpressionComplexityCheck.java

    Severity Rule Message Line Col
    #A2954 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A2955 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 1
    #A2956 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A2957 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A2958 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A2959 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A2960 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A2961 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A2962 warning AnnotationUseStyle Annotation must have closing parenthesis. 166
    #A2963 warning AnnotationUseStyle Annotation must have closing parenthesis. 166 5
    #A2964 warning AnnotationUseStyle Annotation must have closing parenthesis. 217
    #A2965 warning AnnotationUseStyle Annotation must have closing parenthesis. 217 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/ClassDataAbstractionCouplingCheck.java

    Severity Rule Message Line Col
    #A2966 warning AnnotationUseStyle Annotation must have closing parenthesis. 282
    #A2967 warning AnnotationUseStyle Annotation must have closing parenthesis. 282 5
    #A2968 warning AnnotationUseStyle Annotation must have closing parenthesis. 294
    #A2969 warning AnnotationUseStyle Annotation must have closing parenthesis. 294 5
    #A2970 warning AnnotationUseStyle Annotation must have closing parenthesis. 299
    #A2971 warning AnnotationUseStyle Annotation must have closing parenthesis. 299 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/ClassFanOutComplexityCheck.java

    Severity Rule Message Line Col
    #A2972 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A2973 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5
    #A2974 warning AnnotationUseStyle Annotation must have closing parenthesis. 195
    #A2975 warning AnnotationUseStyle Annotation must have closing parenthesis. 195 5
    #A2976 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A2977 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/CyclomaticComplexityCheck.java

    Severity Rule Message Line Col
    #A2978 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A2979 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 1
    #A2980 warning AnnotationUseStyle Annotation must have closing parenthesis. 228
    #A2981 warning AnnotationUseStyle Annotation must have closing parenthesis. 228 5
    #A2982 warning AnnotationUseStyle Annotation must have closing parenthesis. 248
    #A2983 warning AnnotationUseStyle Annotation must have closing parenthesis. 248 5
    #A2984 warning AnnotationUseStyle Annotation must have closing parenthesis. 268
    #A2985 warning AnnotationUseStyle Annotation must have closing parenthesis. 268 5
    #A2986 warning AnnotationUseStyle Annotation must have closing parenthesis. 278
    #A2987 warning AnnotationUseStyle Annotation must have closing parenthesis. 278 5
    #A2988 warning AnnotationUseStyle Annotation must have closing parenthesis. 292
    #A2989 warning AnnotationUseStyle Annotation must have closing parenthesis. 292 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/JavaNCSSCheck.java

    Severity Rule Message Line Col
    #A2990 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A2991 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 1
    #A2992 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A2993 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A2994 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A2995 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 5
    #A2996 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A2997 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A2998 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A2999 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 5
    #A3000 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A3001 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A3002 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A3003 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 5
    #A3004 warning AnnotationUseStyle Annotation must have closing parenthesis. 234
    #A3005 warning AnnotationUseStyle Annotation must have closing parenthesis. 234 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/metrics/NPathComplexityCheck.java

    Severity Rule Message Line Col
    #A3006 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A3007 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 1
    #A3008 warning AnnotationUseStyle Annotation must have closing parenthesis. 183
    #A3009 warning AnnotationUseStyle Annotation must have closing parenthesis. 183 5
    #A3010 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A3011 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A3012 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A3013 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A3014 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A3015 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 5
    #A3016 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A3017 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A3018 warning AnnotationUseStyle Annotation must have closing parenthesis. 269
    #A3019 warning AnnotationUseStyle Annotation must have closing parenthesis. 269 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/modifier/ClassMemberImpliedModifierCheck.java

    Severity Rule Message Line Col
    #A3020 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A3021 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 1
    #A3022 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A3023 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A3024 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A3025 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A3026 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A3027 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A3028 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A3029 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/modifier/InterfaceMemberImpliedModifierCheck.java

    Severity Rule Message Line Col
    #A3030 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A3031 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 1
    #A3032 warning AnnotationUseStyle Annotation must have closing parenthesis. 326
    #A3033 warning AnnotationUseStyle Annotation must have closing parenthesis. 326 5
    #A3034 warning AnnotationUseStyle Annotation must have closing parenthesis. 331
    #A3035 warning AnnotationUseStyle Annotation must have closing parenthesis. 331 5
    #A3036 warning AnnotationUseStyle Annotation must have closing parenthesis. 336
    #A3037 warning AnnotationUseStyle Annotation must have closing parenthesis. 336 5
    #A3038 warning AnnotationUseStyle Annotation must have closing parenthesis. 347
    #A3039 warning AnnotationUseStyle Annotation must have closing parenthesis. 347 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/modifier/ModifierOrderCheck.java

    Severity Rule Message Line Col
    #A3040 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A3041 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 1
    #A3042 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A3043 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A3044 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A3045 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A3046 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A3047 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A3048 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A3049 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/modifier/RedundantModifierCheck.java

    Severity Rule Message Line Col
    #A3050 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A3051 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 1
    #A3052 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A3053 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A3054 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A3055 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 5
    #A3056 warning AnnotationUseStyle Annotation must have closing parenthesis. 202
    #A3057 warning AnnotationUseStyle Annotation must have closing parenthesis. 202 5
    #A3058 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A3059 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AbbreviationAsWordInNameCheck.java

    Severity Rule Message Line Col
    #A3060 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A3061 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 1
    #A3062 warning AnnotationUseStyle Annotation must have closing parenthesis. 251
    #A3063 warning AnnotationUseStyle Annotation must have closing parenthesis. 251 5
    #A3064 warning AnnotationUseStyle Annotation must have closing parenthesis. 265
    #A3065 warning AnnotationUseStyle Annotation must have closing parenthesis. 265 5
    #A3066 warning AnnotationUseStyle Annotation must have closing parenthesis. 280
    #A3067 warning AnnotationUseStyle Annotation must have closing parenthesis. 280 5
    #A3068 warning AnnotationUseStyle Annotation must have closing parenthesis. 285
    #A3069 warning AnnotationUseStyle Annotation must have closing parenthesis. 285 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AbstractAccessControlNameCheck.java

    Severity Rule Message Line Col
    #A3070 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A3071 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AbstractClassNameCheck.java

    Severity Rule Message Line Col
    #A3072 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A3073 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 1
    #A3074 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A3075 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A3076 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A3077 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A3078 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A3079 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A3080 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A3081 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AbstractNameCheck.java

    Severity Rule Message Line Col
    #A3082 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A3083 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 1
    #A3084 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A3085 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/AccessModifier.java

    Severity Rule Message Line Col
    #A3086 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A3087 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/CatchParameterNameCheck.java

    Severity Rule Message Line Col
    #A3088 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A3089 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A3090 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A3091 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A3092 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A3093 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A3094 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A3095 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/ClassTypeParameterNameCheck.java

    Severity Rule Message Line Col
    #A3096 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A3097 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A3098 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A3099 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A3100 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A3101 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A3102 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A3103 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/ConstantNameCheck.java

    Severity Rule Message Line Col
    #A3104 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3105 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A3106 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A3107 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A3108 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A3109 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A3110 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A3111 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/InterfaceTypeParameterNameCheck.java

    Severity Rule Message Line Col
    #A3112 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A3113 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A3114 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A3115 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A3116 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A3117 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A3118 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A3119 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/LambdaParameterNameCheck.java

    Severity Rule Message Line Col
    #A3120 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A3121 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A3122 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A3123 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A3124 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A3125 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A3126 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A3127 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A3128 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3129 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/LocalFinalVariableNameCheck.java

    Severity Rule Message Line Col
    #A3130 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A3131 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A3132 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3133 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A3134 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A3135 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A3136 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A3137 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/LocalVariableNameCheck.java

    Severity Rule Message Line Col
    #A3138 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A3139 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 5
    #A3140 warning AnnotationUseStyle Annotation must have closing parenthesis. 229
    #A3141 warning AnnotationUseStyle Annotation must have closing parenthesis. 229 5
    #A3142 warning AnnotationUseStyle Annotation must have closing parenthesis. 234
    #A3143 warning AnnotationUseStyle Annotation must have closing parenthesis. 234 5
    #A3144 warning AnnotationUseStyle Annotation must have closing parenthesis. 241
    #A3145 warning AnnotationUseStyle Annotation must have closing parenthesis. 241 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/MemberNameCheck.java

    Severity Rule Message Line Col
    #A3146 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A3147 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A3148 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A3149 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 5
    #A3150 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A3151 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A3152 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A3153 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/MethodNameCheck.java

    Severity Rule Message Line Col
    #A3154 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A3155 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A3156 warning AnnotationUseStyle Annotation must have closing parenthesis. 198
    #A3157 warning AnnotationUseStyle Annotation must have closing parenthesis. 198 5
    #A3158 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A3159 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A3160 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A3161 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/MethodTypeParameterNameCheck.java

    Severity Rule Message Line Col
    #A3162 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A3163 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A3164 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A3165 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A3166 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A3167 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A3168 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A3169 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/PackageNameCheck.java

    Severity Rule Message Line Col
    #A3170 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A3171 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 1
    #A3172 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A3173 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A3174 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A3175 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A3176 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A3177 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A3178 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A3179 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/ParameterNameCheck.java

    Severity Rule Message Line Col
    #A3180 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A3181 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 5
    #A3182 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A3183 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 5
    #A3184 warning AnnotationUseStyle Annotation must have closing parenthesis. 229
    #A3185 warning AnnotationUseStyle Annotation must have closing parenthesis. 229 5
    #A3186 warning AnnotationUseStyle Annotation must have closing parenthesis. 234
    #A3187 warning AnnotationUseStyle Annotation must have closing parenthesis. 234 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/StaticVariableNameCheck.java

    Severity Rule Message Line Col
    #A3188 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3189 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A3190 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A3191 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A3192 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A3193 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A3194 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A3195 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheck.java

    Severity Rule Message Line Col
    #A3196 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A3197 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A3198 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A3199 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A3200 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A3201 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/CommentSuppressor.java

    Severity Rule Message Line Col
    #A3202 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A3203 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/MatchSuppressor.java

    Severity Rule Message Line Col
    #A3204 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A3205 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/NeverSuppress.java

    Severity Rule Message Line Col
    #A3206 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A3207 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpCheck.java

    Severity Rule Message Line Col
    #A3208 warning AnnotationUseStyle Annotation must have closing parenthesis. 447
    #A3209 warning AnnotationUseStyle Annotation must have closing parenthesis. 447 1
    #A3210 warning AnnotationUseStyle Annotation must have closing parenthesis. 582
    #A3211 warning AnnotationUseStyle Annotation must have closing parenthesis. 582 5
    #A3212 warning AnnotationUseStyle Annotation must have closing parenthesis. 587
    #A3213 warning AnnotationUseStyle Annotation must have closing parenthesis. 587 5
    #A3214 warning AnnotationUseStyle Annotation must have closing parenthesis. 592
    #A3215 warning AnnotationUseStyle Annotation must have closing parenthesis. 592 5
    #A3216 warning AnnotationUseStyle Annotation must have closing parenthesis. 597
    #A3217 warning AnnotationUseStyle Annotation must have closing parenthesis. 597 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpMultilineCheck.java

    Severity Rule Message Line Col
    #A3218 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A3219 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 1
    #A3220 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A3221 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A3222 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A3223 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpOnFilenameCheck.java

    Severity Rule Message Line Col
    #A3224 warning AnnotationUseStyle Annotation must have closing parenthesis. 183
    #A3225 warning AnnotationUseStyle Annotation must have closing parenthesis. 183 1
    #A3226 warning AnnotationUseStyle Annotation must have closing parenthesis. 246
    #A3227 warning AnnotationUseStyle Annotation must have closing parenthesis. 246 5
    #A3228 warning AnnotationUseStyle Annotation must have closing parenthesis. 253
    #A3229 warning AnnotationUseStyle Annotation must have closing parenthesis. 253 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineCheck.java

    Severity Rule Message Line Col
    #A3230 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A3231 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 1
    #A3232 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A3233 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A3234 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A3235 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineJavaCheck.java

    Severity Rule Message Line Col
    #A3236 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A3237 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 1
    #A3238 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A3239 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A3240 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A3241 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A3242 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A3243 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A3244 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A3245 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/AnonInnerLengthCheck.java

    Severity Rule Message Line Col
    #A3246 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A3247 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 1
    #A3248 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A3249 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A3250 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A3251 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A3252 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A3253 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A3254 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A3255 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/ExecutableStatementCountCheck.java

    Severity Rule Message Line Col
    #A3256 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A3257 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 1
    #A3258 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A3259 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A3260 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A3261 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A3262 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A3263 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A3264 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A3265 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A3266 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A3267 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A3268 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A3269 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/FileLengthCheck.java

    Severity Rule Message Line Col
    #A3270 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A3271 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 1
    #A3272 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A3273 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/LineLengthCheck.java

    Severity Rule Message Line Col
    #A3274 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A3275 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 1
    #A3276 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A3277 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/MethodCountCheck.java

    Severity Rule Message Line Col
    #A3278 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A3279 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 1
    #A3280 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A3281 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A3282 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A3283 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A3284 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A3285 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5
    #A3286 warning AnnotationUseStyle Annotation must have closing parenthesis. 209
    #A3287 warning AnnotationUseStyle Annotation must have closing parenthesis. 209 5
    #A3288 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A3289 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/MethodLengthCheck.java

    Severity Rule Message Line Col
    #A3290 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A3291 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 1
    #A3292 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A3293 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A3294 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A3295 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A3296 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A3297 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A3298 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3299 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/OuterTypeNumberCheck.java

    Severity Rule Message Line Col
    #A3300 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A3301 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 1
    #A3302 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A3303 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A3304 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A3305 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A3306 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A3307 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A3308 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A3309 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A3310 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A3311 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A3312 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A3313 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A3314 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A3315 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/sizes/ParameterNumberCheck.java

    Severity Rule Message Line Col
    #A3316 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A3317 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 1
    #A3318 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A3319 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A3320 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A3321 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A3322 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A3323 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A3324 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A3325 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/AbstractParenPadCheck.java

    Severity Rule Message Line Col
    #A3326 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A3327 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForInitializerPadCheck.java

    Severity Rule Message Line Col
    #A3328 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A3329 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 1
    #A3330 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A3331 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A3332 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A3333 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A3334 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A3335 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A3336 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A3337 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForIteratorPadCheck.java

    Severity Rule Message Line Col
    #A3338 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A3339 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 1
    #A3340 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A3341 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A3342 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A3343 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A3344 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A3345 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A3346 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A3347 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyLineSeparatorCheck.java

    Severity Rule Message Line Col
    #A3348 warning AnnotationUseStyle Annotation must have closing parenthesis. 240
    #A3349 warning AnnotationUseStyle Annotation must have closing parenthesis. 240 1
    #A3350 warning AnnotationUseStyle Annotation must have closing parenthesis. 309
    #A3351 warning AnnotationUseStyle Annotation must have closing parenthesis. 309 5
    #A3352 warning AnnotationUseStyle Annotation must have closing parenthesis. 314
    #A3353 warning AnnotationUseStyle Annotation must have closing parenthesis. 314 5
    #A3354 warning AnnotationUseStyle Annotation must have closing parenthesis. 319
    #A3355 warning AnnotationUseStyle Annotation must have closing parenthesis. 319 5
    #A3356 warning AnnotationUseStyle Annotation must have closing parenthesis. 336
    #A3357 warning AnnotationUseStyle Annotation must have closing parenthesis. 336 5
    #A3358 warning AnnotationUseStyle Annotation must have closing parenthesis. 341
    #A3359 warning AnnotationUseStyle Annotation must have closing parenthesis. 341 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/FileTabCharacterCheck.java

    Severity Rule Message Line Col
    #A3360 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A3361 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 1
    #A3362 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A3363 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/GenericWhitespaceCheck.java

    Severity Rule Message Line Col
    #A3364 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A3365 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 1
    #A3366 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A3367 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A3368 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A3369 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A3370 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A3371 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A3372 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A3373 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A3374 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A3375 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/MethodParamPadCheck.java

    Severity Rule Message Line Col
    #A3376 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A3377 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 1
    #A3378 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A3379 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A3380 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A3381 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A3382 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A3383 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A3384 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A3385 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoLineWrapCheck.java

    Severity Rule Message Line Col
    #A3386 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A3387 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 1
    #A3388 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A3389 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A3390 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A3391 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A3392 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A3393 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A3394 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A3395 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceAfterCheck.java

    Severity Rule Message Line Col
    #A3396 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A3397 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 1
    #A3398 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3399 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A3400 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A3401 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A3402 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A3403 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A3404 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A3405 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceBeforeCheck.java

    Severity Rule Message Line Col
    #A3406 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A3407 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 1
    #A3408 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A3409 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A3410 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A3411 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A3412 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A3413 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A3414 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A3415 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/OperatorWrapCheck.java

    Severity Rule Message Line Col
    #A3416 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A3417 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 1
    #A3418 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A3419 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A3420 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A3421 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 5
    #A3422 warning AnnotationUseStyle Annotation must have closing parenthesis. 209
    #A3423 warning AnnotationUseStyle Annotation must have closing parenthesis. 209 5
    #A3424 warning AnnotationUseStyle Annotation must have closing parenthesis. 214
    #A3425 warning AnnotationUseStyle Annotation must have closing parenthesis. 214 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/ParenPadCheck.java

    Severity Rule Message Line Col
    #A3426 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A3427 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A3428 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A3429 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A3430 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A3431 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A3432 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A3433 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/SeparatorWrapCheck.java

    Severity Rule Message Line Col
    #A3434 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A3435 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 1
    #A3436 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A3437 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A3438 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A3439 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A3440 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A3441 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A3442 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A3443 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/SingleSpaceSeparatorCheck.java

    Severity Rule Message Line Col
    #A3444 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A3445 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 1
    #A3446 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A3447 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A3448 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A3449 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A3450 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A3451 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A3452 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A3453 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A3454 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A3455 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/TypecastParenPadCheck.java

    Severity Rule Message Line Col
    #A3456 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A3457 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A3458 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A3459 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A3460 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A3461 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A3462 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A3463 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAfterCheck.java

    Severity Rule Message Line Col
    #A3464 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A3465 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 1
    #A3466 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A3467 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A3468 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A3469 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A3470 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A3471 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A3472 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A3473 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAroundCheck.java

    Severity Rule Message Line Col
    #A3474 warning AnnotationUseStyle Annotation must have closing parenthesis. 297
    #A3475 warning AnnotationUseStyle Annotation must have closing parenthesis. 297 1
    #A3476 warning AnnotationUseStyle Annotation must have closing parenthesis. 331
    #A3477 warning AnnotationUseStyle Annotation must have closing parenthesis. 331 5
    #A3478 warning AnnotationUseStyle Annotation must have closing parenthesis. 388
    #A3479 warning AnnotationUseStyle Annotation must have closing parenthesis. 388 5
    #A3480 warning AnnotationUseStyle Annotation must have closing parenthesis. 450
    #A3481 warning AnnotationUseStyle Annotation must have closing parenthesis. 450 5
    #A3482 warning AnnotationUseStyle Annotation must have closing parenthesis. 513
    #A3483 warning AnnotationUseStyle Annotation must have closing parenthesis. 513 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filefilters/BeforeExecutionExclusionFileFilter.java

    Severity Rule Message Line Col
    #A3484 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A3485 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A3486 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A3487 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/CsvFilterElement.java

    Severity Rule Message Line Col
    #A3488 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A3489 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A3490 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A3491 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A3492 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A3493 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/IntFilterElement.java

    Severity Rule Message Line Col
    #A3494 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A3495 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/IntMatchFilterElement.java

    Severity Rule Message Line Col
    #A3496 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A3497 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A3498 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A3499 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A3500 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A3501 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A3502 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A3503 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/IntRangeFilterElement.java

    Severity Rule Message Line Col
    #A3504 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A3505 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A3506 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A3507 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A3508 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A3509 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SeverityMatchFilter.java

    Severity Rule Message Line Col
    #A3510 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A3511 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A3512 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A3513 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressFilterElement.java

    Severity Rule Message Line Col
    #A3514 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A3515 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A3516 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A3517 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 5
    #A3518 warning AnnotationUseStyle Annotation must have closing parenthesis. 227
    #A3519 warning AnnotationUseStyle Annotation must have closing parenthesis. 227 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWarningsFilter.java

    Severity Rule Message Line Col
    #A3520 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A3521 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A3522 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A3523 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilter.java

    Severity Rule Message Line Col
    #A3524 warning AnnotationUseStyle Annotation must have closing parenthesis. 374
    #A3525 warning AnnotationUseStyle Annotation must have closing parenthesis. 374 5
    #A3526 warning AnnotationUseStyle Annotation must have closing parenthesis. 379
    #A3527 warning AnnotationUseStyle Annotation must have closing parenthesis. 379 5
    #A3528 warning AnnotationUseStyle Annotation must have closing parenthesis. 566
    #A3529 warning AnnotationUseStyle Annotation must have closing parenthesis. 566 9
    #A3530 warning AnnotationUseStyle Annotation must have closing parenthesis. 583
    #A3531 warning AnnotationUseStyle Annotation must have closing parenthesis. 583 9
    #A3532 warning AnnotationUseStyle Annotation must have closing parenthesis. 655
    #A3533 warning AnnotationUseStyle Annotation must have closing parenthesis. 655 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithPlainTextCommentFilter.java

    Severity Rule Message Line Col
    #A3534 warning AnnotationUseStyle Annotation must have closing parenthesis. 370
    #A3535 warning AnnotationUseStyle Annotation must have closing parenthesis. 370 5
    #A3536 warning AnnotationUseStyle Annotation must have closing parenthesis. 383
    #A3537 warning AnnotationUseStyle Annotation must have closing parenthesis. 383 5
    #A3538 warning AnnotationUseStyle Annotation must have closing parenthesis. 558
    #A3539 warning AnnotationUseStyle Annotation must have closing parenthesis. 558 9
    #A3540 warning AnnotationUseStyle Annotation must have closing parenthesis. 576
    #A3541 warning AnnotationUseStyle Annotation must have closing parenthesis. 576 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionCommentFilter.java

    Severity Rule Message Line Col
    #A3542 warning AnnotationUseStyle Annotation must have closing parenthesis. 455
    #A3543 warning AnnotationUseStyle Annotation must have closing parenthesis. 455 5
    #A3544 warning AnnotationUseStyle Annotation must have closing parenthesis. 460
    #A3545 warning AnnotationUseStyle Annotation must have closing parenthesis. 460 5
    #A3546 warning AnnotationUseStyle Annotation must have closing parenthesis. 685
    #A3547 warning AnnotationUseStyle Annotation must have closing parenthesis. 685 9
    #A3548 warning AnnotationUseStyle Annotation must have closing parenthesis. 702
    #A3549 warning AnnotationUseStyle Annotation must have closing parenthesis. 702 9
    #A3550 warning AnnotationUseStyle Annotation must have closing parenthesis. 720
    #A3551 warning AnnotationUseStyle Annotation must have closing parenthesis. 720 9
    #A3552 warning AnnotationUseStyle Annotation must have closing parenthesis. 779
    #A3553 warning AnnotationUseStyle Annotation must have closing parenthesis. 779 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionFilter.java

    Severity Rule Message Line Col
    #A3554 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A3555 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A3556 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A3557 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 5
    #A3558 warning AnnotationUseStyle Annotation must have closing parenthesis. 269
    #A3559 warning AnnotationUseStyle Annotation must have closing parenthesis. 269 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionSingleFilter.java

    Severity Rule Message Line Col
    #A3560 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A3561 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A3562 warning AnnotationUseStyle Annotation must have closing parenthesis. 272
    #A3563 warning AnnotationUseStyle Annotation must have closing parenthesis. 272 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionXpathFilter.java

    Severity Rule Message Line Col
    #A3564 warning AnnotationUseStyle Annotation must have closing parenthesis. 647
    #A3565 warning AnnotationUseStyle Annotation must have closing parenthesis. 647 5
    #A3566 warning AnnotationUseStyle Annotation must have closing parenthesis. 659
    #A3567 warning AnnotationUseStyle Annotation must have closing parenthesis. 659 5
    #A3568 warning AnnotationUseStyle Annotation must have closing parenthesis. 664
    #A3569 warning AnnotationUseStyle Annotation must have closing parenthesis. 664 5
    #A3570 warning AnnotationUseStyle Annotation must have closing parenthesis. 676
    #A3571 warning AnnotationUseStyle Annotation must have closing parenthesis. 676 5
    #A3572 warning AnnotationUseStyle Annotation must have closing parenthesis. 681
    #A3573 warning AnnotationUseStyle Annotation must have closing parenthesis. 681 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionXpathSingleFilter.java

    Severity Rule Message Line Col
    #A3574 warning AnnotationUseStyle Annotation must have closing parenthesis. 493
    #A3575 warning AnnotationUseStyle Annotation must have closing parenthesis. 493 5
    #A3576 warning AnnotationUseStyle Annotation must have closing parenthesis. 498
    #A3577 warning AnnotationUseStyle Annotation must have closing parenthesis. 498 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/SuppressionsLoader.java

    Severity Rule Message Line Col
    #A3578 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A3579 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/filters/XpathFilterElement.java

    Severity Rule Message Line Col
    #A3580 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A3581 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A3582 warning AnnotationUseStyle Annotation must have closing parenthesis. 250
    #A3583 warning AnnotationUseStyle Annotation must have closing parenthesis. 250 5
    #A3584 warning AnnotationUseStyle Annotation must have closing parenthesis. 255
    #A3585 warning AnnotationUseStyle Annotation must have closing parenthesis. 255 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/BaseCellEditor.java

    Severity Rule Message Line Col
    #A3586 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A3587 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A3588 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A3589 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A3590 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A3591 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A3592 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A3593 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A3594 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A3595 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A3596 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A3597 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A3598 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A3599 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/ListToTreeSelectionModelWrapper.java

    Severity Rule Message Line Col
    #A3600 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A3601 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/MainFrame.java

    Severity Rule Message Line Col
    #A3602 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A3603 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 9
    #A3604 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A3605 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 9
    #A3606 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A3607 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 9
    #A3608 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A3609 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/MainFrameModel.java

    Severity Rule Message Line Col
    #A3610 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A3611 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/ParseTreeTableModel.java

    Severity Rule Message Line Col
    #A3612 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A3613 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A3614 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3615 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A3616 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A3617 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A3618 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A3619 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A3620 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A3621 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A3622 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A3623 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A3624 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A3625 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A3626 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A3627 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/TreeTable.java

    Severity Rule Message Line Col
    #A3628 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A3629 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 13
    #A3630 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A3631 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 13
    #A3632 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A3633 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 5
    #A3634 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A3635 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A3636 warning AnnotationUseStyle Annotation must have closing parenthesis. 205
    #A3637 warning AnnotationUseStyle Annotation must have closing parenthesis. 205 5
    #A3638 warning AnnotationUseStyle Annotation must have closing parenthesis. 244
    #A3639 warning AnnotationUseStyle Annotation must have closing parenthesis. 244 9
    #A3640 warning AnnotationUseStyle Annotation must have closing parenthesis. 274
    #A3641 warning AnnotationUseStyle Annotation must have closing parenthesis. 274 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/TreeTableCellRenderer.java

    Severity Rule Message Line Col
    #A3642 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A3643 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A3644 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A3645 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A3646 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A3647 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A3648 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A3649 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A3650 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3651 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/gui/TreeTableModelAdapter.java

    Severity Rule Message Line Col
    #A3652 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A3653 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A3654 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A3655 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A3656 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A3657 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A3658 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A3659 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A3660 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A3661 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A3662 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A3663 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A3664 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3665 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 9
    #A3666 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A3667 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 9
    #A3668 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A3669 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 9
    #A3670 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A3671 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 9
    #A3672 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A3673 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 9
    #A3674 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A3675 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/xpath/AbstractNode.java

    Severity Rule Message Line Col
    #A3676 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A3677 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A3678 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A3679 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A3680 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A3681 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A3682 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A3683 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A3684 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A3685 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A3686 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A3687 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A3688 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A3689 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A3690 warning AnnotationUseStyle Annotation must have closing parenthesis. 165
    #A3691 warning AnnotationUseStyle Annotation must have closing parenthesis. 165 5
    #A3692 warning AnnotationUseStyle Annotation must have closing parenthesis. 176
    #A3693 warning AnnotationUseStyle Annotation must have closing parenthesis. 176 5
    #A3694 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A3695 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A3696 warning AnnotationUseStyle Annotation must have closing parenthesis. 196
    #A3697 warning AnnotationUseStyle Annotation must have closing parenthesis. 196 5
    #A3698 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A3699 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 5
    #A3700 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A3701 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A3702 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A3703 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 5
    #A3704 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A3705 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 5
    #A3706 warning AnnotationUseStyle Annotation must have closing parenthesis. 246
    #A3707 warning AnnotationUseStyle Annotation must have closing parenthesis. 246 5
    #A3708 warning AnnotationUseStyle Annotation must have closing parenthesis. 256
    #A3709 warning AnnotationUseStyle Annotation must have closing parenthesis. 256 5
    #A3710 warning AnnotationUseStyle Annotation must have closing parenthesis. 266
    #A3711 warning AnnotationUseStyle Annotation must have closing parenthesis. 266 5
    #A3712 warning AnnotationUseStyle Annotation must have closing parenthesis. 276
    #A3713 warning AnnotationUseStyle Annotation must have closing parenthesis. 276 5
    #A3714 warning AnnotationUseStyle Annotation must have closing parenthesis. 286
    #A3715 warning AnnotationUseStyle Annotation must have closing parenthesis. 286 5
    #A3716 warning AnnotationUseStyle Annotation must have closing parenthesis. 296
    #A3717 warning AnnotationUseStyle Annotation must have closing parenthesis. 296 5
    #A3718 warning AnnotationUseStyle Annotation must have closing parenthesis. 306
    #A3719 warning AnnotationUseStyle Annotation must have closing parenthesis. 306 5
    #A3720 warning AnnotationUseStyle Annotation must have closing parenthesis. 316
    #A3721 warning AnnotationUseStyle Annotation must have closing parenthesis. 316 5
    #A3722 warning AnnotationUseStyle Annotation must have closing parenthesis. 326
    #A3723 warning AnnotationUseStyle Annotation must have closing parenthesis. 326 5
    #A3724 warning AnnotationUseStyle Annotation must have closing parenthesis. 336
    #A3725 warning AnnotationUseStyle Annotation must have closing parenthesis. 336 5
    #A3726 warning AnnotationUseStyle Annotation must have closing parenthesis. 346
    #A3727 warning AnnotationUseStyle Annotation must have closing parenthesis. 346 5
    #A3728 warning AnnotationUseStyle Annotation must have closing parenthesis. 358
    #A3729 warning AnnotationUseStyle Annotation must have closing parenthesis. 358 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/xpath/AttributeNode.java

    Severity Rule Message Line Col
    #A3730 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A3731 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A3732 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A3733 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A3734 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A3735 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A3736 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A3737 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A3738 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A3739 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A3740 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A3741 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A3742 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3743 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A3744 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A3745 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A3746 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A3747 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A3748 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A3749 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A3750 warning AnnotationUseStyle Annotation must have closing parenthesis. 158
    #A3751 warning AnnotationUseStyle Annotation must have closing parenthesis. 158 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/xpath/ElementNode.java

    Severity Rule Message Line Col
    #A3752 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A3753 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A3754 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A3755 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A3756 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A3757 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A3758 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A3759 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A3760 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A3761 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5
    #A3762 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A3763 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 5
    #A3764 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A3765 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A3766 warning AnnotationUseStyle Annotation must have closing parenthesis. 256
    #A3767 warning AnnotationUseStyle Annotation must have closing parenthesis. 256 5
    #A3768 warning AnnotationUseStyle Annotation must have closing parenthesis. 265
    #A3769 warning AnnotationUseStyle Annotation must have closing parenthesis. 265 5
    #A3770 warning AnnotationUseStyle Annotation must have closing parenthesis. 274
    #A3771 warning AnnotationUseStyle Annotation must have closing parenthesis. 274 5
    #A3772 warning AnnotationUseStyle Annotation must have closing parenthesis. 376
    #A3773 warning AnnotationUseStyle Annotation must have closing parenthesis. 376 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/main/java/com/puppycrawl/tools/checkstyle/xpath/RootNode.java

    Severity Rule Message Line Col
    #A3774 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A3775 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A3776 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A3777 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A3778 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A3779 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A3780 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A3781 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A3782 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A3783 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A3784 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A3785 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A3786 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A3787 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A3788 warning AnnotationUseStyle Annotation must have closing parenthesis. 195
    #A3789 warning AnnotationUseStyle Annotation must have closing parenthesis. 195 5
    #A3790 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A3791 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5
    #A3792 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A3793 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/AstTreeStringPrinterTest.java

    Severity Rule Message Line Col
    #A3794 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A3795 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A3796 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A3797 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A3798 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A3799 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A3800 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A3801 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A3802 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A3803 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A3804 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A3805 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A3806 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A3807 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A3808 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A3809 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A3810 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A3811 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A3812 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A3813 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A3814 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A3815 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A3816 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A3817 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A3818 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A3819 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A3820 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A3821 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/AuditEventDefaultFormatterTest.java

    Severity Rule Message Line Col
    #A3822 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A3823 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A3824 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A3825 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A3826 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A3827 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A3828 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A3829 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/CheckerTest.java

    Severity Rule Message Line Col
    #A3830 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A3831 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A3832 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A3833 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A3834 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A3835 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A3836 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A3837 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A3838 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A3839 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 5
    #A3840 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A3841 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 5
    #A3842 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A3843 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 5
    #A3844 warning AnnotationUseStyle Annotation must have closing parenthesis. 253
    #A3845 warning AnnotationUseStyle Annotation must have closing parenthesis. 253 5
    #A3846 warning AnnotationUseStyle Annotation must have closing parenthesis. 268
    #A3847 warning AnnotationUseStyle Annotation must have closing parenthesis. 268 5
    #A3848 warning AnnotationUseStyle Annotation must have closing parenthesis. 286
    #A3849 warning AnnotationUseStyle Annotation must have closing parenthesis. 286 5
    #A3850 warning AnnotationUseStyle Annotation must have closing parenthesis. 322
    #A3851 warning AnnotationUseStyle Annotation must have closing parenthesis. 322 5
    #A3852 warning AnnotationUseStyle Annotation must have closing parenthesis. 353
    #A3853 warning AnnotationUseStyle Annotation must have closing parenthesis. 353 5
    #A3854 warning AnnotationUseStyle Annotation must have closing parenthesis. 378
    #A3855 warning AnnotationUseStyle Annotation must have closing parenthesis. 378 5
    #A3856 warning AnnotationUseStyle Annotation must have closing parenthesis. 392
    #A3857 warning AnnotationUseStyle Annotation must have closing parenthesis. 392 5
    #A3858 warning AnnotationUseStyle Annotation must have closing parenthesis. 405
    #A3859 warning AnnotationUseStyle Annotation must have closing parenthesis. 405 5
    #A3860 warning AnnotationUseStyle Annotation must have closing parenthesis. 430
    #A3861 warning AnnotationUseStyle Annotation must have closing parenthesis. 430 5
    #A3862 warning AnnotationUseStyle Annotation must have closing parenthesis. 448
    #A3863 warning AnnotationUseStyle Annotation must have closing parenthesis. 448 5
    #A3864 warning AnnotationUseStyle Annotation must have closing parenthesis. 465
    #A3865 warning AnnotationUseStyle Annotation must have closing parenthesis. 465 5
    #A3866 warning AnnotationUseStyle Annotation must have closing parenthesis. 481
    #A3867 warning AnnotationUseStyle Annotation must have closing parenthesis. 481 5
    #A3868 warning AnnotationUseStyle Annotation must have closing parenthesis. 505
    #A3869 warning AnnotationUseStyle Annotation must have closing parenthesis. 505 5
    #A3870 warning AnnotationUseStyle Annotation must have closing parenthesis. 541
    #A3871 warning AnnotationUseStyle Annotation must have closing parenthesis. 541 5
    #A3872 warning AnnotationUseStyle Annotation must have closing parenthesis. 577
    #A3873 warning AnnotationUseStyle Annotation must have closing parenthesis. 577 5
    #A3874 warning AnnotationUseStyle Annotation must have closing parenthesis. 622
    #A3875 warning AnnotationUseStyle Annotation must have closing parenthesis. 622 5
    #A3876 warning AnnotationUseStyle Annotation must have closing parenthesis. 650
    #A3877 warning AnnotationUseStyle Annotation must have closing parenthesis. 650 5
    #A3878 warning AnnotationUseStyle Annotation must have closing parenthesis. 659
    #A3879 warning AnnotationUseStyle Annotation must have closing parenthesis. 659 5
    #A3880 warning AnnotationUseStyle Annotation must have closing parenthesis. 673
    #A3881 warning AnnotationUseStyle Annotation must have closing parenthesis. 673 5
    #A3882 warning AnnotationUseStyle Annotation must have closing parenthesis. 687
    #A3883 warning AnnotationUseStyle Annotation must have closing parenthesis. 687 13
    #A3884 warning AnnotationUseStyle Annotation must have closing parenthesis. 715
    #A3885 warning AnnotationUseStyle Annotation must have closing parenthesis. 715 5
    #A3886 warning AnnotationUseStyle Annotation must have closing parenthesis. 729
    #A3887 warning AnnotationUseStyle Annotation must have closing parenthesis. 729 13
    #A3888 warning AnnotationUseStyle Annotation must have closing parenthesis. 734
    #A3889 warning AnnotationUseStyle Annotation must have closing parenthesis. 734 13
    #A3890 warning AnnotationUseStyle Annotation must have closing parenthesis. 761
    #A3891 warning AnnotationUseStyle Annotation must have closing parenthesis. 761 5
    #A3892 warning AnnotationUseStyle Annotation must have closing parenthesis. 806
    #A3893 warning AnnotationUseStyle Annotation must have closing parenthesis. 806 5
    #A3894 warning AnnotationUseStyle Annotation must have closing parenthesis. 881
    #A3895 warning AnnotationUseStyle Annotation must have closing parenthesis. 881 5
    #A3896 warning AnnotationUseStyle Annotation must have closing parenthesis. 900
    #A3897 warning AnnotationUseStyle Annotation must have closing parenthesis. 900 5
    #A3898 warning AnnotationUseStyle Annotation must have closing parenthesis. 928
    #A3899 warning AnnotationUseStyle Annotation must have closing parenthesis. 928 5
    #A3900 warning AnnotationUseStyle Annotation must have closing parenthesis. 943
    #A3901 warning AnnotationUseStyle Annotation must have closing parenthesis. 943 5
    #A3902 warning AnnotationUseStyle Annotation must have closing parenthesis. 987
    #A3903 warning AnnotationUseStyle Annotation must have closing parenthesis. 987 5
    #A3904 warning AnnotationUseStyle Annotation must have closing parenthesis. 1002
    #A3905 warning AnnotationUseStyle Annotation must have closing parenthesis. 1002 13
    #A3906 warning AnnotationUseStyle Annotation must have closing parenthesis. 1011
    #A3907 warning AnnotationUseStyle Annotation must have closing parenthesis. 1011 13
    #A3908 warning AnnotationUseStyle Annotation must have closing parenthesis. 1050
    #A3909 warning AnnotationUseStyle Annotation must have closing parenthesis. 1050 5
    #A3910 warning AnnotationUseStyle Annotation must have closing parenthesis. 1069
    #A3911 warning AnnotationUseStyle Annotation must have closing parenthesis. 1069 13
    #A3912 warning AnnotationUseStyle Annotation must have closing parenthesis. 1107
    #A3913 warning AnnotationUseStyle Annotation must have closing parenthesis. 1107 5
    #A3914 warning AnnotationUseStyle Annotation must have closing parenthesis. 1119
    #A3915 warning AnnotationUseStyle Annotation must have closing parenthesis. 1119 13
    #A3916 warning AnnotationUseStyle Annotation must have closing parenthesis. 1144
    #A3917 warning AnnotationUseStyle Annotation must have closing parenthesis. 1144 5
    #A3918 warning AnnotationUseStyle Annotation must have closing parenthesis. 1162
    #A3919 warning AnnotationUseStyle Annotation must have closing parenthesis. 1162 13
    #A3920 warning AnnotationUseStyle Annotation must have closing parenthesis. 1195
    #A3921 warning AnnotationUseStyle Annotation must have closing parenthesis. 1195 5
    #A3922 warning AnnotationUseStyle Annotation must have closing parenthesis. 1216
    #A3923 warning AnnotationUseStyle Annotation must have closing parenthesis. 1216 5
    #A3924 warning AnnotationUseStyle Annotation must have closing parenthesis. 1228
    #A3925 warning AnnotationUseStyle Annotation must have closing parenthesis. 1228 5
    #A3926 warning AnnotationUseStyle Annotation must have closing parenthesis. 1242
    #A3927 warning AnnotationUseStyle Annotation must have closing parenthesis. 1242 5
    #A3928 warning AnnotationUseStyle Annotation must have closing parenthesis. 1254
    #A3929 warning AnnotationUseStyle Annotation must have closing parenthesis. 1254 5
    #A3930 warning AnnotationUseStyle Annotation must have closing parenthesis. 1263
    #A3931 warning AnnotationUseStyle Annotation must have closing parenthesis. 1263 5
    #A3932 warning AnnotationUseStyle Annotation must have closing parenthesis. 1269
    #A3933 warning AnnotationUseStyle Annotation must have closing parenthesis. 1269 13
    #A3934 warning AnnotationUseStyle Annotation must have closing parenthesis. 1285
    #A3935 warning AnnotationUseStyle Annotation must have closing parenthesis. 1285 5
    #A3936 warning AnnotationUseStyle Annotation must have closing parenthesis. 1291
    #A3937 warning AnnotationUseStyle Annotation must have closing parenthesis. 1291 13
    #A3938 warning AnnotationUseStyle Annotation must have closing parenthesis. 1306
    #A3939 warning AnnotationUseStyle Annotation must have closing parenthesis. 1306 5
    #A3940 warning AnnotationUseStyle Annotation must have closing parenthesis. 1312
    #A3941 warning AnnotationUseStyle Annotation must have closing parenthesis. 1312 13
    #A3942 warning AnnotationUseStyle Annotation must have closing parenthesis. 1328
    #A3943 warning AnnotationUseStyle Annotation must have closing parenthesis. 1328 5
    #A3944 warning AnnotationUseStyle Annotation must have closing parenthesis. 1360
    #A3945 warning AnnotationUseStyle Annotation must have closing parenthesis. 1360 5
    #A3946 warning AnnotationUseStyle Annotation must have closing parenthesis. 1382
    #A3947 warning AnnotationUseStyle Annotation must have closing parenthesis. 1382 5
    #A3948 warning AnnotationUseStyle Annotation must have closing parenthesis. 1440
    #A3949 warning AnnotationUseStyle Annotation must have closing parenthesis. 1440 9
    #A3950 warning AnnotationUseStyle Annotation must have closing parenthesis. 1450
    #A3951 warning AnnotationUseStyle Annotation must have closing parenthesis. 1450 9
    #A3952 warning AnnotationUseStyle Annotation must have closing parenthesis. 1455
    #A3953 warning AnnotationUseStyle Annotation must have closing parenthesis. 1455 9
    #A3954 warning AnnotationUseStyle Annotation must have closing parenthesis. 1466
    #A3955 warning AnnotationUseStyle Annotation must have closing parenthesis. 1466 9
    #A3956 warning AnnotationUseStyle Annotation must have closing parenthesis. 1489
    #A3957 warning AnnotationUseStyle Annotation must have closing parenthesis. 1489 9
    #A3958 warning AnnotationUseStyle Annotation must have closing parenthesis. 1494
    #A3959 warning AnnotationUseStyle Annotation must have closing parenthesis. 1494 9
    #A3960 warning AnnotationUseStyle Annotation must have closing parenthesis. 1512
    #A3961 warning AnnotationUseStyle Annotation must have closing parenthesis. 1512 9
    #A3962 warning AnnotationUseStyle Annotation must have closing parenthesis. 1517
    #A3963 warning AnnotationUseStyle Annotation must have closing parenthesis. 1517 9
    #A3964 warning AnnotationUseStyle Annotation must have closing parenthesis. 1522
    #A3965 warning AnnotationUseStyle Annotation must have closing parenthesis. 1522 9
    #A3966 warning AnnotationUseStyle Annotation must have closing parenthesis. 1527
    #A3967 warning AnnotationUseStyle Annotation must have closing parenthesis. 1527 9
    #A3968 warning AnnotationUseStyle Annotation must have closing parenthesis. 1566
    #A3969 warning AnnotationUseStyle Annotation must have closing parenthesis. 1566 9
    #A3970 warning AnnotationUseStyle Annotation must have closing parenthesis. 1571
    #A3971 warning AnnotationUseStyle Annotation must have closing parenthesis. 1571 9
    #A3972 warning AnnotationUseStyle Annotation must have closing parenthesis. 1576
    #A3973 warning AnnotationUseStyle Annotation must have closing parenthesis. 1576 9
    #A3974 warning AnnotationUseStyle Annotation must have closing parenthesis. 1581
    #A3975 warning AnnotationUseStyle Annotation must have closing parenthesis. 1581 9
    #A3976 warning AnnotationUseStyle Annotation must have closing parenthesis. 1586
    #A3977 warning AnnotationUseStyle Annotation must have closing parenthesis. 1586 9
    #A3978 warning AnnotationUseStyle Annotation must have closing parenthesis. 1620
    #A3979 warning AnnotationUseStyle Annotation must have closing parenthesis. 1620 9
    #A3980 warning AnnotationUseStyle Annotation must have closing parenthesis. 1625
    #A3981 warning AnnotationUseStyle Annotation must have closing parenthesis. 1625 9
    #A3982 warning AnnotationUseStyle Annotation must have closing parenthesis. 1630
    #A3983 warning AnnotationUseStyle Annotation must have closing parenthesis. 1630 9
    #A3984 warning AnnotationUseStyle Annotation must have closing parenthesis. 1635
    #A3985 warning AnnotationUseStyle Annotation must have closing parenthesis. 1635 9
    #A3986 warning AnnotationUseStyle Annotation must have closing parenthesis. 1648
    #A3987 warning AnnotationUseStyle Annotation must have closing parenthesis. 1648 9
    #A3988 warning AnnotationUseStyle Annotation must have closing parenthesis. 1654
    #A3989 warning AnnotationUseStyle Annotation must have closing parenthesis. 1654 9
    #A3990 warning AnnotationUseStyle Annotation must have closing parenthesis. 1660
    #A3991 warning AnnotationUseStyle Annotation must have closing parenthesis. 1660 9
    #A3992 warning AnnotationUseStyle Annotation must have closing parenthesis. 1666
    #A3993 warning AnnotationUseStyle Annotation must have closing parenthesis. 1666 9
    #A3994 warning AnnotationUseStyle Annotation must have closing parenthesis. 1671
    #A3995 warning AnnotationUseStyle Annotation must have closing parenthesis. 1671 9
    #A3996 warning AnnotationUseStyle Annotation must have closing parenthesis. 1693
    #A3997 warning AnnotationUseStyle Annotation must have closing parenthesis. 1693 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/ConfigurationLoaderTest.java

    Severity Rule Message Line Col
    #A3998 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A3999 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A4000 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A4001 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A4002 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A4003 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A4004 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A4005 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A4006 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A4007 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A4008 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A4009 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A4010 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A4011 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5
    #A4012 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A4013 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A4014 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A4015 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A4016 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A4017 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A4018 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A4019 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 5
    #A4020 warning AnnotationUseStyle Annotation must have closing parenthesis. 235
    #A4021 warning AnnotationUseStyle Annotation must have closing parenthesis. 235 5
    #A4022 warning AnnotationUseStyle Annotation must have closing parenthesis. 288
    #A4023 warning AnnotationUseStyle Annotation must have closing parenthesis. 288 5
    #A4024 warning AnnotationUseStyle Annotation must have closing parenthesis. 322
    #A4025 warning AnnotationUseStyle Annotation must have closing parenthesis. 322 5
    #A4026 warning AnnotationUseStyle Annotation must have closing parenthesis. 334
    #A4027 warning AnnotationUseStyle Annotation must have closing parenthesis. 334 5
    #A4028 warning AnnotationUseStyle Annotation must have closing parenthesis. 348
    #A4029 warning AnnotationUseStyle Annotation must have closing parenthesis. 348 5
    #A4030 warning AnnotationUseStyle Annotation must have closing parenthesis. 362
    #A4031 warning AnnotationUseStyle Annotation must have closing parenthesis. 362 5
    #A4032 warning AnnotationUseStyle Annotation must have closing parenthesis. 393
    #A4033 warning AnnotationUseStyle Annotation must have closing parenthesis. 393 5
    #A4034 warning AnnotationUseStyle Annotation must have closing parenthesis. 411
    #A4035 warning AnnotationUseStyle Annotation must have closing parenthesis. 411 5
    #A4036 warning AnnotationUseStyle Annotation must have closing parenthesis. 429
    #A4037 warning AnnotationUseStyle Annotation must have closing parenthesis. 429 5
    #A4038 warning AnnotationUseStyle Annotation must have closing parenthesis. 449
    #A4039 warning AnnotationUseStyle Annotation must have closing parenthesis. 449 5
    #A4040 warning AnnotationUseStyle Annotation must have closing parenthesis. 475
    #A4041 warning AnnotationUseStyle Annotation must have closing parenthesis. 475 5
    #A4042 warning AnnotationUseStyle Annotation must have closing parenthesis. 493
    #A4043 warning AnnotationUseStyle Annotation must have closing parenthesis. 493 5
    #A4044 warning AnnotationUseStyle Annotation must have closing parenthesis. 505
    #A4045 warning AnnotationUseStyle Annotation must have closing parenthesis. 505 5
    #A4046 warning AnnotationUseStyle Annotation must have closing parenthesis. 518
    #A4047 warning AnnotationUseStyle Annotation must have closing parenthesis. 518 5
    #A4048 warning AnnotationUseStyle Annotation must have closing parenthesis. 529
    #A4049 warning AnnotationUseStyle Annotation must have closing parenthesis. 529 5
    #A4050 warning AnnotationUseStyle Annotation must have closing parenthesis. 548
    #A4051 warning AnnotationUseStyle Annotation must have closing parenthesis. 548 5
    #A4052 warning AnnotationUseStyle Annotation must have closing parenthesis. 561
    #A4053 warning AnnotationUseStyle Annotation must have closing parenthesis. 561 5
    #A4054 warning AnnotationUseStyle Annotation must have closing parenthesis. 572
    #A4055 warning AnnotationUseStyle Annotation must have closing parenthesis. 572 5
    #A4056 warning AnnotationUseStyle Annotation must have closing parenthesis. 584
    #A4057 warning AnnotationUseStyle Annotation must have closing parenthesis. 584 5
    #A4058 warning AnnotationUseStyle Annotation must have closing parenthesis. 595
    #A4059 warning AnnotationUseStyle Annotation must have closing parenthesis. 595 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DefaultConfigurationTest.java

    Severity Rule Message Line Col
    #A4060 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A4061 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A4062 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A4063 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A4064 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A4065 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A4066 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A4067 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A4068 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A4069 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A4070 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A4071 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A4072 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A4073 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A4074 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A4075 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DefaultLoggerTest.java

    Severity Rule Message Line Col
    #A4076 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A4077 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A4078 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A4079 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A4080 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A4081 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A4082 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A4083 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A4084 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A4085 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A4086 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A4087 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A4088 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A4089 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A4090 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A4091 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DefinitionsTest.java

    Severity Rule Message Line Col
    #A4092 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A4093 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DetailAstImplTest.java

    Severity Rule Message Line Col
    #A4094 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A4095 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A4096 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A4097 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A4098 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A4099 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A4100 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A4101 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A4102 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A4103 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A4104 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A4105 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A4106 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A4107 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5
    #A4108 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A4109 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A4110 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A4111 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 5
    #A4112 warning AnnotationUseStyle Annotation must have closing parenthesis. 220
    #A4113 warning AnnotationUseStyle Annotation must have closing parenthesis. 220 5
    #A4114 warning AnnotationUseStyle Annotation must have closing parenthesis. 231
    #A4115 warning AnnotationUseStyle Annotation must have closing parenthesis. 231 5
    #A4116 warning AnnotationUseStyle Annotation must have closing parenthesis. 257
    #A4117 warning AnnotationUseStyle Annotation must have closing parenthesis. 257 5
    #A4118 warning AnnotationUseStyle Annotation must have closing parenthesis. 276
    #A4119 warning AnnotationUseStyle Annotation must have closing parenthesis. 276 5
    #A4120 warning AnnotationUseStyle Annotation must have closing parenthesis. 309
    #A4121 warning AnnotationUseStyle Annotation must have closing parenthesis. 309 5
    #A4122 warning AnnotationUseStyle Annotation must have closing parenthesis. 319
    #A4123 warning AnnotationUseStyle Annotation must have closing parenthesis. 319 5
    #A4124 warning AnnotationUseStyle Annotation must have closing parenthesis. 348
    #A4125 warning AnnotationUseStyle Annotation must have closing parenthesis. 348 5
    #A4126 warning AnnotationUseStyle Annotation must have closing parenthesis. 356
    #A4127 warning AnnotationUseStyle Annotation must have closing parenthesis. 356 5
    #A4128 warning AnnotationUseStyle Annotation must have closing parenthesis. 371
    #A4129 warning AnnotationUseStyle Annotation must have closing parenthesis. 371 5
    #A4130 warning AnnotationUseStyle Annotation must have closing parenthesis. 384
    #A4131 warning AnnotationUseStyle Annotation must have closing parenthesis. 384 5
    #A4132 warning AnnotationUseStyle Annotation must have closing parenthesis. 410
    #A4133 warning AnnotationUseStyle Annotation must have closing parenthesis. 410 5
    #A4134 warning AnnotationUseStyle Annotation must have closing parenthesis. 436
    #A4135 warning AnnotationUseStyle Annotation must have closing parenthesis. 436 5
    #A4136 warning AnnotationUseStyle Annotation must have closing parenthesis. 458
    #A4137 warning AnnotationUseStyle Annotation must have closing parenthesis. 458 5
    #A4138 warning AnnotationUseStyle Annotation must have closing parenthesis. 476
    #A4139 warning AnnotationUseStyle Annotation must have closing parenthesis. 476 5
    #A4140 warning AnnotationUseStyle Annotation must have closing parenthesis. 492
    #A4141 warning AnnotationUseStyle Annotation must have closing parenthesis. 492 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/DetailNodeTreeStringPrinterTest.java

    Severity Rule Message Line Col
    #A4142 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A4143 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A4144 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A4145 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A4146 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A4147 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A4148 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A4149 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A4150 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A4151 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A4152 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A4153 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A4154 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A4155 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A4156 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A4157 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A4158 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A4159 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A4160 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A4161 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A4162 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A4163 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A4164 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A4165 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A4166 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A4167 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/JavaParserTest.java

    Severity Rule Message Line Col
    #A4168 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A4169 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A4170 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A4171 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A4172 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A4173 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A4174 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A4175 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A4176 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A4177 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A4178 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A4179 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A4180 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A4181 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A4182 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A4183 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A4184 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A4185 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/JavadocDetailNodeParserTest.java

    Severity Rule Message Line Col
    #A4186 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A4187 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A4188 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A4189 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/JavadocPropertiesGeneratorTest.java

    Severity Rule Message Line Col
    #A4190 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 46
    #A4191 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 46 1
    #A4192 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A4193 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A4194 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A4195 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A4196 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A4197 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 23
    #A4198 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 53
    #A4199 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A4200 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A4201 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A4202 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A4203 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A4204 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 41
    #A4205 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 71
    #A4206 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A4207 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A4208 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A4209 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 41
    #A4210 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A4211 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 13
    #A4212 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A4213 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A4214 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A4215 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 38
    #A4216 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A4217 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 13
    #A4218 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A4219 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A4220 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A4221 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 30
    #A4222 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 60
    #A4223 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A4224 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A4225 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A4226 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 47
    #A4227 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A4228 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 13
    #A4229 warning AnnotationUseStyle Annotation must have closing parenthesis. 166
    #A4230 warning AnnotationUseStyle Annotation must have closing parenthesis. 166 5
    #A4231 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A4232 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 49
    #A4233 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A4234 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 13
    #A4235 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A4236 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A4237 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A4238 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 29
    #A4239 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 59
    #A4240 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A4241 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5
    #A4242 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A4243 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 34
    #A4244 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 64
    #A4245 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A4246 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A4247 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A4248 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 34
    #A4249 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 64
    #A4250 warning AnnotationUseStyle Annotation must have closing parenthesis. 229
    #A4251 warning AnnotationUseStyle Annotation must have closing parenthesis. 229 5
    #A4252 warning AnnotationUseStyle Annotation must have closing parenthesis. 230
    #A4253 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 26
    #A4254 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 56
    #A4255 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A4256 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 5
    #A4257 warning AnnotationUseStyle Annotation must have closing parenthesis. 254
    #A4258 warning AnnotationUseStyle Annotation must have closing parenthesis. 254 5
    #A4259 warning AnnotationUseStyle Annotation must have closing parenthesis. 270
    #A4260 warning AnnotationUseStyle Annotation must have closing parenthesis. 270 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/MainTest.java

    Severity Rule Message Line Col
    #A4261 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 73
    #A4262 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 73 1
    #A4263 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A4264 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5
    #A4265 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A4266 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A4267 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A4268 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 23
    #A4269 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 53
    #A4270 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A4271 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A4272 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A4273 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5
    #A4274 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A4275 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 34
    #A4276 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 64
    #A4277 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A4278 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A4279 warning AnnotationUseStyle Annotation must have closing parenthesis. 217
    #A4280 warning AnnotationUseStyle Annotation must have closing parenthesis. 217 36
    #A4281 warning AnnotationUseStyle Annotation must have closing parenthesis. 217 66
    #A4282 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A4283 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 5
    #A4284 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A4285 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 35
    #A4286 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 65
    #A4287 warning AnnotationUseStyle Annotation must have closing parenthesis. 235
    #A4288 warning AnnotationUseStyle Annotation must have closing parenthesis. 235 5
    #A4289 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A4290 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 47
    #A4291 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A4292 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 13
    #A4293 warning AnnotationUseStyle Annotation must have closing parenthesis. 246
    #A4294 warning AnnotationUseStyle Annotation must have closing parenthesis. 246 5
    #A4295 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A4296 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 39
    #A4297 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 69
    #A4298 warning AnnotationUseStyle Annotation must have closing parenthesis. 254
    #A4299 warning AnnotationUseStyle Annotation must have closing parenthesis. 254 5
    #A4300 warning AnnotationUseStyle Annotation must have closing parenthesis. 255
    #A4301 warning AnnotationUseStyle Annotation must have closing parenthesis. 255 43
    #A4302 warning AnnotationUseStyle Annotation must have closing parenthesis. 256
    #A4303 warning AnnotationUseStyle Annotation must have closing parenthesis. 256 13
    #A4304 warning AnnotationUseStyle Annotation must have closing parenthesis. 265
    #A4305 warning AnnotationUseStyle Annotation must have closing parenthesis. 265 5
    #A4306 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A4307 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 13
    #A4308 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 43
    #A4309 warning AnnotationUseStyle Annotation must have closing parenthesis. 283
    #A4310 warning AnnotationUseStyle Annotation must have closing parenthesis. 283 5
    #A4311 warning AnnotationUseStyle Annotation must have closing parenthesis. 284
    #A4312 warning AnnotationUseStyle Annotation must have closing parenthesis. 284 43
    #A4313 warning AnnotationUseStyle Annotation must have closing parenthesis. 285
    #A4314 warning AnnotationUseStyle Annotation must have closing parenthesis. 285 13
    #A4315 warning AnnotationUseStyle Annotation must have closing parenthesis. 296
    #A4316 warning AnnotationUseStyle Annotation must have closing parenthesis. 296 5
    #A4317 warning AnnotationUseStyle Annotation must have closing parenthesis. 297
    #A4318 warning AnnotationUseStyle Annotation must have closing parenthesis. 297 45
    #A4319 warning AnnotationUseStyle Annotation must have closing parenthesis. 298
    #A4320 warning AnnotationUseStyle Annotation must have closing parenthesis. 298 13
    #A4321 warning AnnotationUseStyle Annotation must have closing parenthesis. 308
    #A4322 warning AnnotationUseStyle Annotation must have closing parenthesis. 308 5
    #A4323 warning AnnotationUseStyle Annotation must have closing parenthesis. 309
    #A4324 warning AnnotationUseStyle Annotation must have closing parenthesis. 309 38
    #A4325 warning AnnotationUseStyle Annotation must have closing parenthesis. 319
    #A4326 warning AnnotationUseStyle Annotation must have closing parenthesis. 319 5
    #A4327 warning AnnotationUseStyle Annotation must have closing parenthesis. 320
    #A4328 warning AnnotationUseStyle Annotation must have closing parenthesis. 320 40
    #A4329 warning AnnotationUseStyle Annotation must have closing parenthesis. 320 70
    #A4330 warning AnnotationUseStyle Annotation must have closing parenthesis. 328
    #A4331 warning AnnotationUseStyle Annotation must have closing parenthesis. 328 5
    #A4332 warning AnnotationUseStyle Annotation must have closing parenthesis. 329
    #A4333 warning AnnotationUseStyle Annotation must have closing parenthesis. 329 49
    #A4334 warning AnnotationUseStyle Annotation must have closing parenthesis. 330
    #A4335 warning AnnotationUseStyle Annotation must have closing parenthesis. 330 13
    #A4336 warning AnnotationUseStyle Annotation must have closing parenthesis. 354
    #A4337 warning AnnotationUseStyle Annotation must have closing parenthesis. 354 5
    #A4338 warning AnnotationUseStyle Annotation must have closing parenthesis. 376
    #A4339 warning AnnotationUseStyle Annotation must have closing parenthesis. 376 5
    #A4340 warning AnnotationUseStyle Annotation must have closing parenthesis. 387
    #A4341 warning AnnotationUseStyle Annotation must have closing parenthesis. 387 5
    #A4342 warning AnnotationUseStyle Annotation must have closing parenthesis. 388
    #A4343 warning AnnotationUseStyle Annotation must have closing parenthesis. 388 51
    #A4344 warning AnnotationUseStyle Annotation must have closing parenthesis. 389
    #A4345 warning AnnotationUseStyle Annotation must have closing parenthesis. 389 13
    #A4346 warning AnnotationUseStyle Annotation must have closing parenthesis. 397
    #A4347 warning AnnotationUseStyle Annotation must have closing parenthesis. 397 5
    #A4348 warning AnnotationUseStyle Annotation must have closing parenthesis. 398
    #A4349 warning AnnotationUseStyle Annotation must have closing parenthesis. 398 54
    #A4350 warning AnnotationUseStyle Annotation must have closing parenthesis. 399
    #A4351 warning AnnotationUseStyle Annotation must have closing parenthesis. 399 13
    #A4352 warning AnnotationUseStyle Annotation must have closing parenthesis. 423
    #A4353 warning AnnotationUseStyle Annotation must have closing parenthesis. 423 5
    #A4354 warning AnnotationUseStyle Annotation must have closing parenthesis. 424
    #A4355 warning AnnotationUseStyle Annotation must have closing parenthesis. 424 60
    #A4356 warning AnnotationUseStyle Annotation must have closing parenthesis. 425
    #A4357 warning AnnotationUseStyle Annotation must have closing parenthesis. 425 13
    #A4358 warning AnnotationUseStyle Annotation must have closing parenthesis. 434
    #A4359 warning AnnotationUseStyle Annotation must have closing parenthesis. 434 5
    #A4360 warning AnnotationUseStyle Annotation must have closing parenthesis. 435
    #A4361 warning AnnotationUseStyle Annotation must have closing parenthesis. 435 55
    #A4362 warning AnnotationUseStyle Annotation must have closing parenthesis. 436
    #A4363 warning AnnotationUseStyle Annotation must have closing parenthesis. 436 13
    #A4364 warning AnnotationUseStyle Annotation must have closing parenthesis. 445
    #A4365 warning AnnotationUseStyle Annotation must have closing parenthesis. 445 5
    #A4366 warning AnnotationUseStyle Annotation must have closing parenthesis. 446
    #A4367 warning AnnotationUseStyle Annotation must have closing parenthesis. 446 49
    #A4368 warning AnnotationUseStyle Annotation must have closing parenthesis. 447
    #A4369 warning AnnotationUseStyle Annotation must have closing parenthesis. 447 13
    #A4370 warning AnnotationUseStyle Annotation must have closing parenthesis. 482
    #A4371 warning AnnotationUseStyle Annotation must have closing parenthesis. 482 5
    #A4372 warning AnnotationUseStyle Annotation must have closing parenthesis. 483
    #A4373 warning AnnotationUseStyle Annotation must have closing parenthesis. 483 52
    #A4374 warning AnnotationUseStyle Annotation must have closing parenthesis. 484
    #A4375 warning AnnotationUseStyle Annotation must have closing parenthesis. 484 13
    #A4376 warning AnnotationUseStyle Annotation must have closing parenthesis. 507
    #A4377 warning AnnotationUseStyle Annotation must have closing parenthesis. 507 5
    #A4378 warning AnnotationUseStyle Annotation must have closing parenthesis. 508
    #A4379 warning AnnotationUseStyle Annotation must have closing parenthesis. 508 67
    #A4380 warning AnnotationUseStyle Annotation must have closing parenthesis. 509
    #A4381 warning AnnotationUseStyle Annotation must have closing parenthesis. 509 13
    #A4382 warning AnnotationUseStyle Annotation must have closing parenthesis. 529
    #A4383 warning AnnotationUseStyle Annotation must have closing parenthesis. 529 5
    #A4384 warning AnnotationUseStyle Annotation must have closing parenthesis. 530
    #A4385 warning AnnotationUseStyle Annotation must have closing parenthesis. 530 68
    #A4386 warning AnnotationUseStyle Annotation must have closing parenthesis. 531
    #A4387 warning AnnotationUseStyle Annotation must have closing parenthesis. 531 13
    #A4388 warning AnnotationUseStyle Annotation must have closing parenthesis. 538
    #A4389 warning AnnotationUseStyle Annotation must have closing parenthesis. 538 5
    #A4390 warning AnnotationUseStyle Annotation must have closing parenthesis. 539
    #A4391 warning AnnotationUseStyle Annotation must have closing parenthesis. 539 57
    #A4392 warning AnnotationUseStyle Annotation must have closing parenthesis. 540
    #A4393 warning AnnotationUseStyle Annotation must have closing parenthesis. 540 13
    #A4394 warning AnnotationUseStyle Annotation must have closing parenthesis. 550
    #A4395 warning AnnotationUseStyle Annotation must have closing parenthesis. 550 5
    #A4396 warning AnnotationUseStyle Annotation must have closing parenthesis. 559
    #A4397 warning AnnotationUseStyle Annotation must have closing parenthesis. 559 5
    #A4398 warning AnnotationUseStyle Annotation must have closing parenthesis. 560
    #A4399 warning AnnotationUseStyle Annotation must have closing parenthesis. 560 61
    #A4400 warning AnnotationUseStyle Annotation must have closing parenthesis. 561
    #A4401 warning AnnotationUseStyle Annotation must have closing parenthesis. 561 13
    #A4402 warning AnnotationUseStyle Annotation must have closing parenthesis. 569
    #A4403 warning AnnotationUseStyle Annotation must have closing parenthesis. 569 5
    #A4404 warning AnnotationUseStyle Annotation must have closing parenthesis. 570
    #A4405 warning AnnotationUseStyle Annotation must have closing parenthesis. 570 72
    #A4406 warning AnnotationUseStyle Annotation must have closing parenthesis. 571
    #A4407 warning AnnotationUseStyle Annotation must have closing parenthesis. 571 13
    #A4408 warning AnnotationUseStyle Annotation must have closing parenthesis. 581
    #A4409 warning AnnotationUseStyle Annotation must have closing parenthesis. 581 5
    #A4410 warning AnnotationUseStyle Annotation must have closing parenthesis. 582
    #A4411 warning AnnotationUseStyle Annotation must have closing parenthesis. 582 49
    #A4412 warning AnnotationUseStyle Annotation must have closing parenthesis. 592
    #A4413 warning AnnotationUseStyle Annotation must have closing parenthesis. 592 5
    #A4414 warning AnnotationUseStyle Annotation must have closing parenthesis. 593
    #A4415 warning AnnotationUseStyle Annotation must have closing parenthesis. 593 59
    #A4416 warning AnnotationUseStyle Annotation must have closing parenthesis. 605
    #A4417 warning AnnotationUseStyle Annotation must have closing parenthesis. 605 5
    #A4418 warning AnnotationUseStyle Annotation must have closing parenthesis. 606
    #A4419 warning AnnotationUseStyle Annotation must have closing parenthesis. 606 60
    #A4420 warning AnnotationUseStyle Annotation must have closing parenthesis. 619
    #A4421 warning AnnotationUseStyle Annotation must have closing parenthesis. 619 5
    #A4422 warning AnnotationUseStyle Annotation must have closing parenthesis. 653
    #A4423 warning AnnotationUseStyle Annotation must have closing parenthesis. 653 5
    #A4424 warning AnnotationUseStyle Annotation must have closing parenthesis. 654
    #A4425 warning AnnotationUseStyle Annotation must have closing parenthesis. 654 53
    #A4426 warning AnnotationUseStyle Annotation must have closing parenthesis. 655
    #A4427 warning AnnotationUseStyle Annotation must have closing parenthesis. 655 13
    #A4428 warning AnnotationUseStyle Annotation must have closing parenthesis. 690
    #A4429 warning AnnotationUseStyle Annotation must have closing parenthesis. 690 5
    #A4430 warning AnnotationUseStyle Annotation must have closing parenthesis. 695
    #A4431 warning AnnotationUseStyle Annotation must have closing parenthesis. 695 13
    #A4432 warning AnnotationUseStyle Annotation must have closing parenthesis. 700
    #A4433 warning AnnotationUseStyle Annotation must have closing parenthesis. 700 13
    #A4434 warning AnnotationUseStyle Annotation must have closing parenthesis. 705
    #A4435 warning AnnotationUseStyle Annotation must have closing parenthesis. 705 13
    #A4436 warning AnnotationUseStyle Annotation must have closing parenthesis. 720
    #A4437 warning AnnotationUseStyle Annotation must have closing parenthesis. 720 5
    #A4438 warning AnnotationUseStyle Annotation must have closing parenthesis. 726
    #A4439 warning AnnotationUseStyle Annotation must have closing parenthesis. 726 13
    #A4440 warning AnnotationUseStyle Annotation must have closing parenthesis. 731
    #A4441 warning AnnotationUseStyle Annotation must have closing parenthesis. 731 13
    #A4442 warning AnnotationUseStyle Annotation must have closing parenthesis. 736
    #A4443 warning AnnotationUseStyle Annotation must have closing parenthesis. 736 13
    #A4444 warning AnnotationUseStyle Annotation must have closing parenthesis. 747
    #A4445 warning AnnotationUseStyle Annotation must have closing parenthesis. 747 5
    #A4446 warning AnnotationUseStyle Annotation must have closing parenthesis. 748
    #A4447 warning AnnotationUseStyle Annotation must have closing parenthesis. 748 50
    #A4448 warning AnnotationUseStyle Annotation must have closing parenthesis. 761
    #A4449 warning AnnotationUseStyle Annotation must have closing parenthesis. 761 5
    #A4450 warning AnnotationUseStyle Annotation must have closing parenthesis. 762
    #A4451 warning AnnotationUseStyle Annotation must have closing parenthesis. 762 48
    #A4452 warning AnnotationUseStyle Annotation must have closing parenthesis. 763
    #A4453 warning AnnotationUseStyle Annotation must have closing parenthesis. 763 13
    #A4454 warning AnnotationUseStyle Annotation must have closing parenthesis. 770
    #A4455 warning AnnotationUseStyle Annotation must have closing parenthesis. 770 5
    #A4456 warning AnnotationUseStyle Annotation must have closing parenthesis. 771
    #A4457 warning AnnotationUseStyle Annotation must have closing parenthesis. 771 37
    #A4458 warning AnnotationUseStyle Annotation must have closing parenthesis. 771 67
    #A4459 warning AnnotationUseStyle Annotation must have closing parenthesis. 807
    #A4460 warning AnnotationUseStyle Annotation must have closing parenthesis. 807 5
    #A4461 warning AnnotationUseStyle Annotation must have closing parenthesis. 808
    #A4462 warning AnnotationUseStyle Annotation must have closing parenthesis. 808 38
    #A4463 warning AnnotationUseStyle Annotation must have closing parenthesis. 808 68
    #A4464 warning AnnotationUseStyle Annotation must have closing parenthesis. 823
    #A4465 warning AnnotationUseStyle Annotation must have closing parenthesis. 823 5
    #A4466 warning AnnotationUseStyle Annotation must have closing parenthesis. 824
    #A4467 warning AnnotationUseStyle Annotation must have closing parenthesis. 824 43
    #A4468 warning AnnotationUseStyle Annotation must have closing parenthesis. 825
    #A4469 warning AnnotationUseStyle Annotation must have closing parenthesis. 825 13
    #A4470 warning AnnotationUseStyle Annotation must have closing parenthesis. 836
    #A4471 warning AnnotationUseStyle Annotation must have closing parenthesis. 836 5
    #A4472 warning AnnotationUseStyle Annotation must have closing parenthesis. 837
    #A4473 warning AnnotationUseStyle Annotation must have closing parenthesis. 837 46
    #A4474 warning AnnotationUseStyle Annotation must have closing parenthesis. 838
    #A4475 warning AnnotationUseStyle Annotation must have closing parenthesis. 838 13
    #A4476 warning AnnotationUseStyle Annotation must have closing parenthesis. 845
    #A4477 warning AnnotationUseStyle Annotation must have closing parenthesis. 845 5
    #A4478 warning AnnotationUseStyle Annotation must have closing parenthesis. 846
    #A4479 warning AnnotationUseStyle Annotation must have closing parenthesis. 846 42
    #A4480 warning AnnotationUseStyle Annotation must have closing parenthesis. 846 72
    #A4481 warning AnnotationUseStyle Annotation must have closing parenthesis. 861
    #A4482 warning AnnotationUseStyle Annotation must have closing parenthesis. 861 5
    #A4483 warning AnnotationUseStyle Annotation must have closing parenthesis. 862
    #A4484 warning AnnotationUseStyle Annotation must have closing parenthesis. 862 42
    #A4485 warning AnnotationUseStyle Annotation must have closing parenthesis. 862 72
    #A4486 warning AnnotationUseStyle Annotation must have closing parenthesis. 878
    #A4487 warning AnnotationUseStyle Annotation must have closing parenthesis. 878 5
    #A4488 warning AnnotationUseStyle Annotation must have closing parenthesis. 879
    #A4489 warning AnnotationUseStyle Annotation must have closing parenthesis. 879 44
    #A4490 warning AnnotationUseStyle Annotation must have closing parenthesis. 892
    #A4491 warning AnnotationUseStyle Annotation must have closing parenthesis. 892 5
    #A4492 warning AnnotationUseStyle Annotation must have closing parenthesis. 893
    #A4493 warning AnnotationUseStyle Annotation must have closing parenthesis. 893 45
    #A4494 warning AnnotationUseStyle Annotation must have closing parenthesis. 894
    #A4495 warning AnnotationUseStyle Annotation must have closing parenthesis. 894 13
    #A4496 warning AnnotationUseStyle Annotation must have closing parenthesis. 932
    #A4497 warning AnnotationUseStyle Annotation must have closing parenthesis. 932 5
    #A4498 warning AnnotationUseStyle Annotation must have closing parenthesis. 933
    #A4499 warning AnnotationUseStyle Annotation must have closing parenthesis. 933 44
    #A4500 warning AnnotationUseStyle Annotation must have closing parenthesis. 934
    #A4501 warning AnnotationUseStyle Annotation must have closing parenthesis. 934 13
    #A4502 warning AnnotationUseStyle Annotation must have closing parenthesis. 945
    #A4503 warning AnnotationUseStyle Annotation must have closing parenthesis. 945 5
    #A4504 warning AnnotationUseStyle Annotation must have closing parenthesis. 946
    #A4505 warning AnnotationUseStyle Annotation must have closing parenthesis. 946 44
    #A4506 warning AnnotationUseStyle Annotation must have closing parenthesis. 947
    #A4507 warning AnnotationUseStyle Annotation must have closing parenthesis. 947 13
    #A4508 warning AnnotationUseStyle Annotation must have closing parenthesis. 958
    #A4509 warning AnnotationUseStyle Annotation must have closing parenthesis. 958 5
    #A4510 warning AnnotationUseStyle Annotation must have closing parenthesis. 959
    #A4511 warning AnnotationUseStyle Annotation must have closing parenthesis. 959 55
    #A4512 warning AnnotationUseStyle Annotation must have closing parenthesis. 960
    #A4513 warning AnnotationUseStyle Annotation must have closing parenthesis. 960 13
    #A4514 warning AnnotationUseStyle Annotation must have closing parenthesis. 981
    #A4515 warning AnnotationUseStyle Annotation must have closing parenthesis. 981 5
    #A4516 warning AnnotationUseStyle Annotation must have closing parenthesis. 982
    #A4517 warning AnnotationUseStyle Annotation must have closing parenthesis. 982 60
    #A4518 warning AnnotationUseStyle Annotation must have closing parenthesis. 983
    #A4519 warning AnnotationUseStyle Annotation must have closing parenthesis. 983 13
    #A4520 warning AnnotationUseStyle Annotation must have closing parenthesis. 992
    #A4521 warning AnnotationUseStyle Annotation must have closing parenthesis. 992 5
    #A4522 warning AnnotationUseStyle Annotation must have closing parenthesis. 993
    #A4523 warning AnnotationUseStyle Annotation must have closing parenthesis. 993 60
    #A4524 warning AnnotationUseStyle Annotation must have closing parenthesis. 994
    #A4525 warning AnnotationUseStyle Annotation must have closing parenthesis. 994 13
    #A4526 warning AnnotationUseStyle Annotation must have closing parenthesis. 1003
    #A4527 warning AnnotationUseStyle Annotation must have closing parenthesis. 1003 5
    #A4528 warning AnnotationUseStyle Annotation must have closing parenthesis. 1004
    #A4529 warning AnnotationUseStyle Annotation must have closing parenthesis. 1004 60
    #A4530 warning AnnotationUseStyle Annotation must have closing parenthesis. 1005
    #A4531 warning AnnotationUseStyle Annotation must have closing parenthesis. 1005 13
    #A4532 warning AnnotationUseStyle Annotation must have closing parenthesis. 1012
    #A4533 warning AnnotationUseStyle Annotation must have closing parenthesis. 1012 5
    #A4534 warning AnnotationUseStyle Annotation must have closing parenthesis. 1013
    #A4535 warning AnnotationUseStyle Annotation must have closing parenthesis. 1013 60
    #A4536 warning AnnotationUseStyle Annotation must have closing parenthesis. 1014
    #A4537 warning AnnotationUseStyle Annotation must have closing parenthesis. 1014 13
    #A4538 warning AnnotationUseStyle Annotation must have closing parenthesis. 1023
    #A4539 warning AnnotationUseStyle Annotation must have closing parenthesis. 1023 5
    #A4540 warning AnnotationUseStyle Annotation must have closing parenthesis. 1024
    #A4541 warning AnnotationUseStyle Annotation must have closing parenthesis. 1024 55
    #A4542 warning AnnotationUseStyle Annotation must have closing parenthesis. 1025
    #A4543 warning AnnotationUseStyle Annotation must have closing parenthesis. 1025 13
    #A4544 warning AnnotationUseStyle Annotation must have closing parenthesis. 1032
    #A4545 warning AnnotationUseStyle Annotation must have closing parenthesis. 1032 5
    #A4546 warning AnnotationUseStyle Annotation must have closing parenthesis. 1033
    #A4547 warning AnnotationUseStyle Annotation must have closing parenthesis. 1033 55
    #A4548 warning AnnotationUseStyle Annotation must have closing parenthesis. 1034
    #A4549 warning AnnotationUseStyle Annotation must have closing parenthesis. 1034 13
    #A4550 warning AnnotationUseStyle Annotation must have closing parenthesis. 1130
    #A4551 warning AnnotationUseStyle Annotation must have closing parenthesis. 1130 5
    #A4552 warning AnnotationUseStyle Annotation must have closing parenthesis. 1131
    #A4553 warning AnnotationUseStyle Annotation must have closing parenthesis. 1131 55
    #A4554 warning AnnotationUseStyle Annotation must have closing parenthesis. 1132
    #A4555 warning AnnotationUseStyle Annotation must have closing parenthesis. 1132 13
    #A4556 warning AnnotationUseStyle Annotation must have closing parenthesis. 1166
    #A4557 warning AnnotationUseStyle Annotation must have closing parenthesis. 1166 5
    #A4558 warning AnnotationUseStyle Annotation must have closing parenthesis. 1167
    #A4559 warning AnnotationUseStyle Annotation must have closing parenthesis. 1167 63
    #A4560 warning AnnotationUseStyle Annotation must have closing parenthesis. 1168
    #A4561 warning AnnotationUseStyle Annotation must have closing parenthesis. 1168 13
    #A4562 warning AnnotationUseStyle Annotation must have closing parenthesis. 1177
    #A4563 warning AnnotationUseStyle Annotation must have closing parenthesis. 1177 5
    #A4564 warning AnnotationUseStyle Annotation must have closing parenthesis. 1178
    #A4565 warning AnnotationUseStyle Annotation must have closing parenthesis. 1178 64
    #A4566 warning AnnotationUseStyle Annotation must have closing parenthesis. 1205
    #A4567 warning AnnotationUseStyle Annotation must have closing parenthesis. 1205 5
    #A4568 warning AnnotationUseStyle Annotation must have closing parenthesis. 1206
    #A4569 warning AnnotationUseStyle Annotation must have closing parenthesis. 1206 67
    #A4570 warning AnnotationUseStyle Annotation must have closing parenthesis. 1207
    #A4571 warning AnnotationUseStyle Annotation must have closing parenthesis. 1207 13
    #A4572 warning AnnotationUseStyle Annotation must have closing parenthesis. 1232
    #A4573 warning AnnotationUseStyle Annotation must have closing parenthesis. 1232 5
    #A4574 warning AnnotationUseStyle Annotation must have closing parenthesis. 1233
    #A4575 warning AnnotationUseStyle Annotation must have closing parenthesis. 1233 66
    #A4576 warning AnnotationUseStyle Annotation must have closing parenthesis. 1234
    #A4577 warning AnnotationUseStyle Annotation must have closing parenthesis. 1234 13
    #A4578 warning AnnotationUseStyle Annotation must have closing parenthesis. 1244
    #A4579 warning AnnotationUseStyle Annotation must have closing parenthesis. 1244 5
    #A4580 warning AnnotationUseStyle Annotation must have closing parenthesis. 1245
    #A4581 warning AnnotationUseStyle Annotation must have closing parenthesis. 1245 41
    #A4582 warning AnnotationUseStyle Annotation must have closing parenthesis. 1245 71
    #A4583 warning AnnotationUseStyle Annotation must have closing parenthesis. 1258
    #A4584 warning AnnotationUseStyle Annotation must have closing parenthesis. 1258 5
    #A4585 warning AnnotationUseStyle Annotation must have closing parenthesis. 1259
    #A4586 warning AnnotationUseStyle Annotation must have closing parenthesis. 1259 44
    #A4587 warning AnnotationUseStyle Annotation must have closing parenthesis. 1260
    #A4588 warning AnnotationUseStyle Annotation must have closing parenthesis. 1260 13
    #A4589 warning AnnotationUseStyle Annotation must have closing parenthesis. 1267
    #A4590 warning AnnotationUseStyle Annotation must have closing parenthesis. 1267 5
    #A4591 warning AnnotationUseStyle Annotation must have closing parenthesis. 1268
    #A4592 warning AnnotationUseStyle Annotation must have closing parenthesis. 1268 44
    #A4593 warning AnnotationUseStyle Annotation must have closing parenthesis. 1269
    #A4594 warning AnnotationUseStyle Annotation must have closing parenthesis. 1269 13
    #A4595 warning AnnotationUseStyle Annotation must have closing parenthesis. 1278
    #A4596 warning AnnotationUseStyle Annotation must have closing parenthesis. 1278 5
    #A4597 warning AnnotationUseStyle Annotation must have closing parenthesis. 1279
    #A4598 warning AnnotationUseStyle Annotation must have closing parenthesis. 1279 44
    #A4599 warning AnnotationUseStyle Annotation must have closing parenthesis. 1280
    #A4600 warning AnnotationUseStyle Annotation must have closing parenthesis. 1280 13
    #A4601 warning AnnotationUseStyle Annotation must have closing parenthesis. 1287
    #A4602 warning AnnotationUseStyle Annotation must have closing parenthesis. 1287 5
    #A4603 warning AnnotationUseStyle Annotation must have closing parenthesis. 1288
    #A4604 warning AnnotationUseStyle Annotation must have closing parenthesis. 1288 44
    #A4605 warning AnnotationUseStyle Annotation must have closing parenthesis. 1289
    #A4606 warning AnnotationUseStyle Annotation must have closing parenthesis. 1289 13
    #A4607 warning AnnotationUseStyle Annotation must have closing parenthesis. 1298
    #A4608 warning AnnotationUseStyle Annotation must have closing parenthesis. 1298 5
    #A4609 warning AnnotationUseStyle Annotation must have closing parenthesis. 1299
    #A4610 warning AnnotationUseStyle Annotation must have closing parenthesis. 1299 44
    #A4611 warning AnnotationUseStyle Annotation must have closing parenthesis. 1300
    #A4612 warning AnnotationUseStyle Annotation must have closing parenthesis. 1300 13
    #A4613 warning AnnotationUseStyle Annotation must have closing parenthesis. 1309
    #A4614 warning AnnotationUseStyle Annotation must have closing parenthesis. 1309 5
    #A4615 warning AnnotationUseStyle Annotation must have closing parenthesis. 1310
    #A4616 warning AnnotationUseStyle Annotation must have closing parenthesis. 1310 33
    #A4617 warning AnnotationUseStyle Annotation must have closing parenthesis. 1315
    #A4618 warning AnnotationUseStyle Annotation must have closing parenthesis. 1315 5
    #A4619 warning AnnotationUseStyle Annotation must have closing parenthesis. 1316
    #A4620 warning AnnotationUseStyle Annotation must have closing parenthesis. 1316 35
    #A4621 warning AnnotationUseStyle Annotation must have closing parenthesis. 1316 65
    #A4622 warning AnnotationUseStyle Annotation must have closing parenthesis. 1327
    #A4623 warning AnnotationUseStyle Annotation must have closing parenthesis. 1327 5
    #A4624 warning AnnotationUseStyle Annotation must have closing parenthesis. 1328
    #A4625 warning AnnotationUseStyle Annotation must have closing parenthesis. 1328 39
    #A4626 warning AnnotationUseStyle Annotation must have closing parenthesis. 1328 69
    #A4627 warning AnnotationUseStyle Annotation must have closing parenthesis. 1339
    #A4628 warning AnnotationUseStyle Annotation must have closing parenthesis. 1339 5
    #A4629 warning AnnotationUseStyle Annotation must have closing parenthesis. 1340
    #A4630 warning AnnotationUseStyle Annotation must have closing parenthesis. 1340 41
    #A4631 warning AnnotationUseStyle Annotation must have closing parenthesis. 1340 71
    #A4632 warning AnnotationUseStyle Annotation must have closing parenthesis. 1351
    #A4633 warning AnnotationUseStyle Annotation must have closing parenthesis. 1351 5
    #A4634 warning AnnotationUseStyle Annotation must have closing parenthesis. 1352
    #A4635 warning AnnotationUseStyle Annotation must have closing parenthesis. 1352 45
    #A4636 warning AnnotationUseStyle Annotation must have closing parenthesis. 1353
    #A4637 warning AnnotationUseStyle Annotation must have closing parenthesis. 1353 13
    #A4638 warning AnnotationUseStyle Annotation must have closing parenthesis. 1363
    #A4639 warning AnnotationUseStyle Annotation must have closing parenthesis. 1363 5
    #A4640 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 1364
    #A4641 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 1364 5
    #A4642 warning AnnotationUseStyle Annotation must have closing parenthesis. 1377
    #A4643 warning AnnotationUseStyle Annotation must have closing parenthesis. 1377 5
    #A4644 warning AnnotationUseStyle Annotation must have closing parenthesis. 1378
    #A4645 warning AnnotationUseStyle Annotation must have closing parenthesis. 1378 38
    #A4646 warning AnnotationUseStyle Annotation must have closing parenthesis. 1378 68
    #A4647 warning AnnotationUseStyle Annotation must have closing parenthesis. 1390
    #A4648 warning AnnotationUseStyle Annotation must have closing parenthesis. 1390 5
    #A4649 warning AnnotationUseStyle Annotation must have closing parenthesis. 1391
    #A4650 warning AnnotationUseStyle Annotation must have closing parenthesis. 1391 44
    #A4651 warning AnnotationUseStyle Annotation must have closing parenthesis. 1412
    #A4652 warning AnnotationUseStyle Annotation must have closing parenthesis. 1412 5
    #A4653 warning AnnotationUseStyle Annotation must have closing parenthesis. 1414
    #A4654 warning AnnotationUseStyle Annotation must have closing parenthesis. 1414 13
    #A4655 warning AnnotationUseStyle Annotation must have closing parenthesis. 1424
    #A4656 warning AnnotationUseStyle Annotation must have closing parenthesis. 1424 5
    #A4657 warning AnnotationUseStyle Annotation must have closing parenthesis. 1426
    #A4658 warning AnnotationUseStyle Annotation must have closing parenthesis. 1426 13
    #A4659 warning AnnotationUseStyle Annotation must have closing parenthesis. 1439
    #A4660 warning AnnotationUseStyle Annotation must have closing parenthesis. 1439 5
    #A4661 warning AnnotationUseStyle Annotation must have closing parenthesis. 1441
    #A4662 warning AnnotationUseStyle Annotation must have closing parenthesis. 1441 13
    #A4663 warning AnnotationUseStyle Annotation must have closing parenthesis. 1447
    #A4664 warning AnnotationUseStyle Annotation must have closing parenthesis. 1447 5
    #A4665 warning AnnotationUseStyle Annotation must have closing parenthesis. 1448
    #A4666 warning AnnotationUseStyle Annotation must have closing parenthesis. 1448 49
    #A4667 warning AnnotationUseStyle Annotation must have closing parenthesis. 1449
    #A4668 warning AnnotationUseStyle Annotation must have closing parenthesis. 1449 13
    #A4669 warning AnnotationUseStyle Annotation must have closing parenthesis. 1458
    #A4670 warning AnnotationUseStyle Annotation must have closing parenthesis. 1458 5
    #A4671 warning AnnotationUseStyle Annotation must have closing parenthesis. 1459
    #A4672 warning AnnotationUseStyle Annotation must have closing parenthesis. 1459 52
    #A4673 warning AnnotationUseStyle Annotation must have closing parenthesis. 1460
    #A4674 warning AnnotationUseStyle Annotation must have closing parenthesis. 1460 13
    #A4675 warning AnnotationUseStyle Annotation must have closing parenthesis. 1470
    #A4676 warning AnnotationUseStyle Annotation must have closing parenthesis. 1470 5
    #A4677 warning AnnotationUseStyle Annotation must have closing parenthesis. 1471
    #A4678 warning AnnotationUseStyle Annotation must have closing parenthesis. 1471 46
    #A4679 warning AnnotationUseStyle Annotation must have closing parenthesis. 1472
    #A4680 warning AnnotationUseStyle Annotation must have closing parenthesis. 1472 13
    #A4681 warning AnnotationUseStyle Annotation must have closing parenthesis. 1481
    #A4682 warning AnnotationUseStyle Annotation must have closing parenthesis. 1481 5
    #A4683 warning AnnotationUseStyle Annotation must have closing parenthesis. 1482
    #A4684 warning AnnotationUseStyle Annotation must have closing parenthesis. 1482 49
    #A4685 warning AnnotationUseStyle Annotation must have closing parenthesis. 1483
    #A4686 warning AnnotationUseStyle Annotation must have closing parenthesis. 1483 13
    #A4687 warning AnnotationUseStyle Annotation must have closing parenthesis. 1493
    #A4688 warning AnnotationUseStyle Annotation must have closing parenthesis. 1493 5
    #A4689 warning AnnotationUseStyle Annotation must have closing parenthesis. 1494
    #A4690 warning AnnotationUseStyle Annotation must have closing parenthesis. 1494 42
    #A4691 warning AnnotationUseStyle Annotation must have closing parenthesis. 1494 72
    #A4692 warning AnnotationUseStyle Annotation must have closing parenthesis. 1512
    #A4693 warning AnnotationUseStyle Annotation must have closing parenthesis. 1512 5
    #A4694 warning AnnotationUseStyle Annotation must have closing parenthesis. 1513
    #A4695 warning AnnotationUseStyle Annotation must have closing parenthesis. 1513 45
    #A4696 warning AnnotationUseStyle Annotation must have closing parenthesis. 1514
    #A4697 warning AnnotationUseStyle Annotation must have closing parenthesis. 1514 13
    #A4698 warning AnnotationUseStyle Annotation must have closing parenthesis. 1531
    #A4699 warning AnnotationUseStyle Annotation must have closing parenthesis. 1531 5
    #A4700 warning AnnotationUseStyle Annotation must have closing parenthesis. 1532
    #A4701 warning AnnotationUseStyle Annotation must have closing parenthesis. 1532 50
    #A4702 warning AnnotationUseStyle Annotation must have closing parenthesis. 1533
    #A4703 warning AnnotationUseStyle Annotation must have closing parenthesis. 1533 13
    #A4704 warning AnnotationUseStyle Annotation must have closing parenthesis. 1555
    #A4705 warning AnnotationUseStyle Annotation must have closing parenthesis. 1555 5
    #A4706 warning AnnotationUseStyle Annotation must have closing parenthesis. 1573
    #A4707 warning AnnotationUseStyle Annotation must have closing parenthesis. 1573 5
    #A4708 warning AnnotationUseStyle Annotation must have closing parenthesis. 1574
    #A4709 warning AnnotationUseStyle Annotation must have closing parenthesis. 1574 34
    #A4710 warning AnnotationUseStyle Annotation must have closing parenthesis. 1574 64
    #A4711 warning AnnotationUseStyle Annotation must have closing parenthesis. 1581
    #A4712 warning AnnotationUseStyle Annotation must have closing parenthesis. 1581 5
    #A4713 warning AnnotationUseStyle Annotation must have closing parenthesis. 1587
    #A4714 warning AnnotationUseStyle Annotation must have closing parenthesis. 1587 5
    #A4715 warning AnnotationUseStyle Annotation must have closing parenthesis. 1595
    #A4716 warning AnnotationUseStyle Annotation must have closing parenthesis. 1595 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/PackageNamesLoaderTest.java

    Severity Rule Message Line Col
    #A4717 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A4718 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A4719 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A4720 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A4721 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A4722 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A4723 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A4724 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A4725 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A4726 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A4727 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A4728 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A4729 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A4730 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A4731 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A4732 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A4733 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A4734 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 13
    #A4735 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A4736 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 13
    #A4737 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A4738 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 13
    #A4739 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A4740 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A4741 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A4742 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 9
    #A4743 warning AnnotationUseStyle Annotation must have closing parenthesis. 230
    #A4744 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/PackageObjectFactoryTest.java

    Severity Rule Message Line Col
    #A4745 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A4746 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A4747 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A4748 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A4749 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A4750 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A4751 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A4752 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A4753 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A4754 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A4755 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A4756 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A4757 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A4758 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A4759 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A4760 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A4761 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A4762 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A4763 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A4764 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 5
    #A4765 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A4766 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 5
    #A4767 warning AnnotationUseStyle Annotation must have closing parenthesis. 210
    #A4768 warning AnnotationUseStyle Annotation must have closing parenthesis. 210 5
    #A4769 warning AnnotationUseStyle Annotation must have closing parenthesis. 233
    #A4770 warning AnnotationUseStyle Annotation must have closing parenthesis. 233 5
    #A4771 warning AnnotationUseStyle Annotation must have closing parenthesis. 260
    #A4772 warning AnnotationUseStyle Annotation must have closing parenthesis. 260 5
    #A4773 warning AnnotationUseStyle Annotation must have closing parenthesis. 288
    #A4774 warning AnnotationUseStyle Annotation must have closing parenthesis. 288 5
    #A4775 warning AnnotationUseStyle Annotation must have closing parenthesis. 298
    #A4776 warning AnnotationUseStyle Annotation must have closing parenthesis. 298 5
    #A4777 warning AnnotationUseStyle Annotation must have closing parenthesis. 312
    #A4778 warning AnnotationUseStyle Annotation must have closing parenthesis. 312 5
    #A4779 warning AnnotationUseStyle Annotation must have closing parenthesis. 323
    #A4780 warning AnnotationUseStyle Annotation must have closing parenthesis. 323 5
    #A4781 warning AnnotationUseStyle Annotation must have closing parenthesis. 336
    #A4782 warning AnnotationUseStyle Annotation must have closing parenthesis. 336 5
    #A4783 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 337
    #A4784 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 337 5
    #A4785 warning AnnotationUseStyle Annotation must have closing parenthesis. 359
    #A4786 warning AnnotationUseStyle Annotation must have closing parenthesis. 359 5
    #A4787 warning AnnotationUseStyle Annotation must have closing parenthesis. 374
    #A4788 warning AnnotationUseStyle Annotation must have closing parenthesis. 374 5
    #A4789 warning AnnotationUseStyle Annotation must have closing parenthesis. 384
    #A4790 warning AnnotationUseStyle Annotation must have closing parenthesis. 384 5
    #A4791 warning AnnotationUseStyle Annotation must have closing parenthesis. 399
    #A4792 warning AnnotationUseStyle Annotation must have closing parenthesis. 399 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/PropertiesExpanderTest.java

    Severity Rule Message Line Col
    #A4793 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A4794 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A4795 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A4796 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/PropertyCacheFileTest.java

    Severity Rule Message Line Col
    #A4797 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A4798 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A4799 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A4800 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A4801 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A4802 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A4803 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A4804 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A4805 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A4806 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A4807 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A4808 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A4809 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A4810 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A4811 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A4812 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A4813 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A4814 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A4815 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A4816 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5
    #A4817 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A4818 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 5
    #A4819 warning AnnotationUseStyle Annotation must have closing parenthesis. 232
    #A4820 warning AnnotationUseStyle Annotation must have closing parenthesis. 232 5
    #A4821 warning AnnotationUseStyle Annotation must have closing parenthesis. 244
    #A4822 warning AnnotationUseStyle Annotation must have closing parenthesis. 244 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/SuppressionsStringPrinterTest.java

    Severity Rule Message Line Col
    #A4823 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A4824 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A4825 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A4826 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A4827 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A4828 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A4829 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A4830 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A4831 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A4832 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A4833 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A4834 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A4835 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A4836 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/ThreadModeSettingsTest.java

    Severity Rule Message Line Col
    #A4837 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A4838 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A4839 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A4840 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A4841 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A4842 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A4843 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A4844 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A4845 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A4846 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A4847 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A4848 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/TreeWalkerTest.java

    Severity Rule Message Line Col
    #A4849 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A4850 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A4851 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A4852 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A4853 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A4854 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A4855 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A4856 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A4857 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A4858 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A4859 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A4860 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A4861 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A4862 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A4863 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A4864 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A4865 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A4866 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A4867 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A4868 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A4869 warning AnnotationUseStyle Annotation must have closing parenthesis. 205
    #A4870 warning AnnotationUseStyle Annotation must have closing parenthesis. 205 5
    #A4871 warning AnnotationUseStyle Annotation must have closing parenthesis. 230
    #A4872 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 5
    #A4873 warning AnnotationUseStyle Annotation must have closing parenthesis. 242
    #A4874 warning AnnotationUseStyle Annotation must have closing parenthesis. 242 5
    #A4875 warning AnnotationUseStyle Annotation must have closing parenthesis. 255
    #A4876 warning AnnotationUseStyle Annotation must have closing parenthesis. 255 5
    #A4877 warning AnnotationUseStyle Annotation must have closing parenthesis. 278
    #A4878 warning AnnotationUseStyle Annotation must have closing parenthesis. 278 5
    #A4879 warning AnnotationUseStyle Annotation must have closing parenthesis. 302
    #A4880 warning AnnotationUseStyle Annotation must have closing parenthesis. 302 5
    #A4881 warning AnnotationUseStyle Annotation must have closing parenthesis. 313
    #A4882 warning AnnotationUseStyle Annotation must have closing parenthesis. 313 5
    #A4883 warning AnnotationUseStyle Annotation must have closing parenthesis. 328
    #A4884 warning AnnotationUseStyle Annotation must have closing parenthesis. 328 5
    #A4885 warning AnnotationUseStyle Annotation must have closing parenthesis. 356
    #A4886 warning AnnotationUseStyle Annotation must have closing parenthesis. 356 5
    #A4887 warning AnnotationUseStyle Annotation must have closing parenthesis. 376
    #A4888 warning AnnotationUseStyle Annotation must have closing parenthesis. 376 5
    #A4889 warning AnnotationUseStyle Annotation must have closing parenthesis. 402
    #A4890 warning AnnotationUseStyle Annotation must have closing parenthesis. 402 5
    #A4891 warning AnnotationUseStyle Annotation must have closing parenthesis. 417
    #A4892 warning AnnotationUseStyle Annotation must have closing parenthesis. 417 5
    #A4893 warning AnnotationUseStyle Annotation must have closing parenthesis. 427
    #A4894 warning AnnotationUseStyle Annotation must have closing parenthesis. 427 5
    #A4895 warning AnnotationUseStyle Annotation must have closing parenthesis. 438
    #A4896 warning AnnotationUseStyle Annotation must have closing parenthesis. 438 5
    #A4897 warning AnnotationUseStyle Annotation must have closing parenthesis. 449
    #A4898 warning AnnotationUseStyle Annotation must have closing parenthesis. 449 5
    #A4899 warning AnnotationUseStyle Annotation must have closing parenthesis. 472
    #A4900 warning AnnotationUseStyle Annotation must have closing parenthesis. 472 5
    #A4901 warning AnnotationUseStyle Annotation must have closing parenthesis. 493
    #A4902 warning AnnotationUseStyle Annotation must have closing parenthesis. 493 5
    #A4903 warning AnnotationUseStyle Annotation must have closing parenthesis. 514
    #A4904 warning AnnotationUseStyle Annotation must have closing parenthesis. 514 9
    #A4905 warning AnnotationUseStyle Annotation must have closing parenthesis. 519
    #A4906 warning AnnotationUseStyle Annotation must have closing parenthesis. 519 9
    #A4907 warning AnnotationUseStyle Annotation must have closing parenthesis. 524
    #A4908 warning AnnotationUseStyle Annotation must have closing parenthesis. 524 9
    #A4909 warning AnnotationUseStyle Annotation must have closing parenthesis. 535
    #A4910 warning AnnotationUseStyle Annotation must have closing parenthesis. 535 9
    #A4911 warning AnnotationUseStyle Annotation must have closing parenthesis. 540
    #A4912 warning AnnotationUseStyle Annotation must have closing parenthesis. 540 9
    #A4913 warning AnnotationUseStyle Annotation must have closing parenthesis. 545
    #A4914 warning AnnotationUseStyle Annotation must have closing parenthesis. 545 9
    #A4915 warning AnnotationUseStyle Annotation must have closing parenthesis. 550
    #A4916 warning AnnotationUseStyle Annotation must have closing parenthesis. 550 9
    #A4917 warning AnnotationUseStyle Annotation must have closing parenthesis. 566
    #A4918 warning AnnotationUseStyle Annotation must have closing parenthesis. 566 9
    #A4919 warning AnnotationUseStyle Annotation must have closing parenthesis. 571
    #A4920 warning AnnotationUseStyle Annotation must have closing parenthesis. 571 9
    #A4921 warning AnnotationUseStyle Annotation must have closing parenthesis. 576
    #A4922 warning AnnotationUseStyle Annotation must have closing parenthesis. 576 9
    #A4923 warning AnnotationUseStyle Annotation must have closing parenthesis. 581
    #A4924 warning AnnotationUseStyle Annotation must have closing parenthesis. 581 9
    #A4925 warning AnnotationUseStyle Annotation must have closing parenthesis. 599
    #A4926 warning AnnotationUseStyle Annotation must have closing parenthesis. 599 9
    #A4927 warning AnnotationUseStyle Annotation must have closing parenthesis. 608
    #A4928 warning AnnotationUseStyle Annotation must have closing parenthesis. 608 9
    #A4929 warning AnnotationUseStyle Annotation must have closing parenthesis. 613
    #A4930 warning AnnotationUseStyle Annotation must have closing parenthesis. 613 9
    #A4931 warning AnnotationUseStyle Annotation must have closing parenthesis. 618
    #A4932 warning AnnotationUseStyle Annotation must have closing parenthesis. 618 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/XMLLoggerTest.java

    Severity Rule Message Line Col
    #A4933 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A4934 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A4935 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A4936 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A4937 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A4938 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A4939 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A4940 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A4941 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A4942 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A4943 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A4944 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A4945 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A4946 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A4947 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A4948 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A4949 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A4950 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A4951 warning AnnotationUseStyle Annotation must have closing parenthesis. 202
    #A4952 warning AnnotationUseStyle Annotation must have closing parenthesis. 202 5
    #A4953 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A4954 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A4955 warning AnnotationUseStyle Annotation must have closing parenthesis. 233
    #A4956 warning AnnotationUseStyle Annotation must have closing parenthesis. 233 5
    #A4957 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A4958 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A4959 warning AnnotationUseStyle Annotation must have closing parenthesis. 262
    #A4960 warning AnnotationUseStyle Annotation must have closing parenthesis. 262 5
    #A4961 warning AnnotationUseStyle Annotation must have closing parenthesis. 277
    #A4962 warning AnnotationUseStyle Annotation must have closing parenthesis. 277 5
    #A4963 warning AnnotationUseStyle Annotation must have closing parenthesis. 298
    #A4964 warning AnnotationUseStyle Annotation must have closing parenthesis. 298 5
    #A4965 warning AnnotationUseStyle Annotation must have closing parenthesis. 315
    #A4966 warning AnnotationUseStyle Annotation must have closing parenthesis. 315 5
    #A4967 warning AnnotationUseStyle Annotation must have closing parenthesis. 334
    #A4968 warning AnnotationUseStyle Annotation must have closing parenthesis. 334 5
    #A4969 warning AnnotationUseStyle Annotation must have closing parenthesis. 353
    #A4970 warning AnnotationUseStyle Annotation must have closing parenthesis. 353 5
    #A4971 warning AnnotationUseStyle Annotation must have closing parenthesis. 367
    #A4972 warning AnnotationUseStyle Annotation must have closing parenthesis. 367 5
    #A4973 warning AnnotationUseStyle Annotation must have closing parenthesis. 384
    #A4974 warning AnnotationUseStyle Annotation must have closing parenthesis. 384 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/XmlLoaderTest.java

    Severity Rule Message Line Col
    #A4975 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A4976 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A4977 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A4978 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A4979 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A4980 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A4981 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A4982 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/XpathFileGeneratorAstFilterTest.java

    Severity Rule Message Line Col
    #A4983 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A4984 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A4985 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A4986 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A4987 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A4988 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A4989 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A4990 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A4991 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A4992 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A4993 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 127
    #A4994 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/XpathFileGeneratorAuditListenerTest.java

    Severity Rule Message Line Col
    #A4995 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A4996 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A4997 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A4998 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A4999 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A5000 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A5001 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A5002 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A5003 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A5004 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A5005 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A5006 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A5007 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A5008 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 5
    #A5009 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A5010 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A5011 warning AnnotationUseStyle Annotation must have closing parenthesis. 231
    #A5012 warning AnnotationUseStyle Annotation must have closing parenthesis. 231 5
    #A5013 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A5014 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 5
    #A5015 warning AnnotationUseStyle Annotation must have closing parenthesis. 326
    #A5016 warning AnnotationUseStyle Annotation must have closing parenthesis. 326 9
    #A5017 warning AnnotationUseStyle Annotation must have closing parenthesis. 331
    #A5018 warning AnnotationUseStyle Annotation must have closing parenthesis. 331 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/ant/CheckstyleAntTaskTest.java

    Severity Rule Message Line Col
    #A5019 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A5020 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A5021 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A5022 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A5023 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A5024 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A5025 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A5026 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A5027 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A5028 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A5029 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A5030 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A5031 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A5032 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A5033 warning AnnotationUseStyle Annotation must have closing parenthesis. 220
    #A5034 warning AnnotationUseStyle Annotation must have closing parenthesis. 220 5
    #A5035 warning AnnotationUseStyle Annotation must have closing parenthesis. 235
    #A5036 warning AnnotationUseStyle Annotation must have closing parenthesis. 235 5
    #A5037 warning AnnotationUseStyle Annotation must have closing parenthesis. 251
    #A5038 warning AnnotationUseStyle Annotation must have closing parenthesis. 251 5
    #A5039 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A5040 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A5041 warning AnnotationUseStyle Annotation must have closing parenthesis. 280
    #A5042 warning AnnotationUseStyle Annotation must have closing parenthesis. 280 5
    #A5043 warning AnnotationUseStyle Annotation must have closing parenthesis. 295
    #A5044 warning AnnotationUseStyle Annotation must have closing parenthesis. 295 5
    #A5045 warning AnnotationUseStyle Annotation must have closing parenthesis. 307
    #A5046 warning AnnotationUseStyle Annotation must have closing parenthesis. 307 5
    #A5047 warning AnnotationUseStyle Annotation must have closing parenthesis. 331
    #A5048 warning AnnotationUseStyle Annotation must have closing parenthesis. 331 5
    #A5049 warning AnnotationUseStyle Annotation must have closing parenthesis. 346
    #A5050 warning AnnotationUseStyle Annotation must have closing parenthesis. 346 5
    #A5051 warning AnnotationUseStyle Annotation must have closing parenthesis. 391
    #A5052 warning AnnotationUseStyle Annotation must have closing parenthesis. 391 5
    #A5053 warning AnnotationUseStyle Annotation must have closing parenthesis. 415
    #A5054 warning AnnotationUseStyle Annotation must have closing parenthesis. 415 5
    #A5055 warning AnnotationUseStyle Annotation must have closing parenthesis. 438
    #A5056 warning AnnotationUseStyle Annotation must have closing parenthesis. 438 5
    #A5057 warning AnnotationUseStyle Annotation must have closing parenthesis. 454
    #A5058 warning AnnotationUseStyle Annotation must have closing parenthesis. 454 5
    #A5059 warning AnnotationUseStyle Annotation must have closing parenthesis. 467
    #A5060 warning AnnotationUseStyle Annotation must have closing parenthesis. 467 5
    #A5061 warning AnnotationUseStyle Annotation must have closing parenthesis. 482
    #A5062 warning AnnotationUseStyle Annotation must have closing parenthesis. 482 5
    #A5063 warning AnnotationUseStyle Annotation must have closing parenthesis. 509
    #A5064 warning AnnotationUseStyle Annotation must have closing parenthesis. 509 5
    #A5065 warning AnnotationUseStyle Annotation must have closing parenthesis. 527
    #A5066 warning AnnotationUseStyle Annotation must have closing parenthesis. 527 5
    #A5067 warning AnnotationUseStyle Annotation must have closing parenthesis. 548
    #A5068 warning AnnotationUseStyle Annotation must have closing parenthesis. 548 5
    #A5069 warning AnnotationUseStyle Annotation must have closing parenthesis. 561
    #A5070 warning AnnotationUseStyle Annotation must have closing parenthesis. 561 5
    #A5071 warning AnnotationUseStyle Annotation must have closing parenthesis. 569
    #A5072 warning AnnotationUseStyle Annotation must have closing parenthesis. 569 5
    #A5073 warning AnnotationUseStyle Annotation must have closing parenthesis. 578
    #A5074 warning AnnotationUseStyle Annotation must have closing parenthesis. 578 5
    #A5075 warning AnnotationUseStyle Annotation must have closing parenthesis. 586
    #A5076 warning AnnotationUseStyle Annotation must have closing parenthesis. 586 5
    #A5077 warning AnnotationUseStyle Annotation must have closing parenthesis. 595
    #A5078 warning AnnotationUseStyle Annotation must have closing parenthesis. 595 5
    #A5079 warning AnnotationUseStyle Annotation must have closing parenthesis. 606
    #A5080 warning AnnotationUseStyle Annotation must have closing parenthesis. 606 5
    #A5081 warning AnnotationUseStyle Annotation must have closing parenthesis. 618
    #A5082 warning AnnotationUseStyle Annotation must have closing parenthesis. 618 5
    #A5083 warning AnnotationUseStyle Annotation must have closing parenthesis. 633
    #A5084 warning AnnotationUseStyle Annotation must have closing parenthesis. 633 5
    #A5085 warning AnnotationUseStyle Annotation must have closing parenthesis. 643
    #A5086 warning AnnotationUseStyle Annotation must have closing parenthesis. 643 5
    #A5087 warning AnnotationUseStyle Annotation must have closing parenthesis. 663
    #A5088 warning AnnotationUseStyle Annotation must have closing parenthesis. 663 5
    #A5089 warning AnnotationUseStyle Annotation must have closing parenthesis. 674
    #A5090 warning AnnotationUseStyle Annotation must have closing parenthesis. 674 5
    #A5091 warning AnnotationUseStyle Annotation must have closing parenthesis. 686
    #A5092 warning AnnotationUseStyle Annotation must have closing parenthesis. 686 5
    #A5093 warning AnnotationUseStyle Annotation must have closing parenthesis. 702
    #A5094 warning AnnotationUseStyle Annotation must have closing parenthesis. 702 9
    #A5095 warning AnnotationUseStyle Annotation must have closing parenthesis. 707
    #A5096 warning AnnotationUseStyle Annotation must have closing parenthesis. 707 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AbstractCheckTest.java

    Severity Rule Message Line Col
    #A5097 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A5098 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A5099 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A5100 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A5101 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A5102 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 13
    #A5103 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A5104 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 13
    #A5105 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A5106 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 13
    #A5107 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A5108 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A5109 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A5110 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 13
    #A5111 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A5112 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 13
    #A5113 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A5114 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 13
    #A5115 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A5116 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A5117 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A5118 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 13
    #A5119 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A5120 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 13
    #A5121 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A5122 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 13
    #A5123 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A5124 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A5125 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A5126 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 13
    #A5127 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A5128 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 13
    #A5129 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A5130 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 13
    #A5131 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A5132 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5
    #A5133 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A5134 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5
    #A5135 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A5136 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 13
    #A5137 warning AnnotationUseStyle Annotation must have closing parenthesis. 159
    #A5138 warning AnnotationUseStyle Annotation must have closing parenthesis. 159 13
    #A5139 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A5140 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 13
    #A5141 warning AnnotationUseStyle Annotation must have closing parenthesis. 176
    #A5142 warning AnnotationUseStyle Annotation must have closing parenthesis. 176 5
    #A5143 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A5144 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 13
    #A5145 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A5146 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 13
    #A5147 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A5148 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 13
    #A5149 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A5150 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 5
    #A5151 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A5152 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 13
    #A5153 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A5154 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 13
    #A5155 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A5156 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 13
    #A5157 warning AnnotationUseStyle Annotation must have closing parenthesis. 227
    #A5158 warning AnnotationUseStyle Annotation must have closing parenthesis. 227 5
    #A5159 warning AnnotationUseStyle Annotation must have closing parenthesis. 233
    #A5160 warning AnnotationUseStyle Annotation must have closing parenthesis. 233 13
    #A5161 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A5162 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 13
    #A5163 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A5164 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 13
    #A5165 warning AnnotationUseStyle Annotation must have closing parenthesis. 254
    #A5166 warning AnnotationUseStyle Annotation must have closing parenthesis. 254 5
    #A5167 warning AnnotationUseStyle Annotation must have closing parenthesis. 264
    #A5168 warning AnnotationUseStyle Annotation must have closing parenthesis. 264 5
    #A5169 warning AnnotationUseStyle Annotation must have closing parenthesis. 290
    #A5170 warning AnnotationUseStyle Annotation must have closing parenthesis. 290 5
    #A5171 warning AnnotationUseStyle Annotation must have closing parenthesis. 314
    #A5172 warning AnnotationUseStyle Annotation must have closing parenthesis. 314 5
    #A5173 warning AnnotationUseStyle Annotation must have closing parenthesis. 328
    #A5174 warning AnnotationUseStyle Annotation must have closing parenthesis. 328 9
    #A5175 warning AnnotationUseStyle Annotation must have closing parenthesis. 333
    #A5176 warning AnnotationUseStyle Annotation must have closing parenthesis. 333 9
    #A5177 warning AnnotationUseStyle Annotation must have closing parenthesis. 338
    #A5178 warning AnnotationUseStyle Annotation must have closing parenthesis. 338 9
    #A5179 warning AnnotationUseStyle Annotation must have closing parenthesis. 343
    #A5180 warning AnnotationUseStyle Annotation must have closing parenthesis. 343 9
    #A5181 warning AnnotationUseStyle Annotation must have closing parenthesis. 356
    #A5182 warning AnnotationUseStyle Annotation must have closing parenthesis. 356 9
    #A5183 warning AnnotationUseStyle Annotation must have closing parenthesis. 361
    #A5184 warning AnnotationUseStyle Annotation must have closing parenthesis. 361 9
    #A5185 warning AnnotationUseStyle Annotation must have closing parenthesis. 366
    #A5186 warning AnnotationUseStyle Annotation must have closing parenthesis. 366 9
    #A5187 warning AnnotationUseStyle Annotation must have closing parenthesis. 371
    #A5188 warning AnnotationUseStyle Annotation must have closing parenthesis. 371 9
    #A5189 warning AnnotationUseStyle Annotation must have closing parenthesis. 382
    #A5190 warning AnnotationUseStyle Annotation must have closing parenthesis. 382 9
    #A5191 warning AnnotationUseStyle Annotation must have closing parenthesis. 387
    #A5192 warning AnnotationUseStyle Annotation must have closing parenthesis. 387 9
    #A5193 warning AnnotationUseStyle Annotation must have closing parenthesis. 392
    #A5194 warning AnnotationUseStyle Annotation must have closing parenthesis. 392 9
    #A5195 warning AnnotationUseStyle Annotation must have closing parenthesis. 397
    #A5196 warning AnnotationUseStyle Annotation must have closing parenthesis. 397 9
    #A5197 warning AnnotationUseStyle Annotation must have closing parenthesis. 409
    #A5198 warning AnnotationUseStyle Annotation must have closing parenthesis. 409 9
    #A5199 warning AnnotationUseStyle Annotation must have closing parenthesis. 414
    #A5200 warning AnnotationUseStyle Annotation must have closing parenthesis. 414 9
    #A5201 warning AnnotationUseStyle Annotation must have closing parenthesis. 419
    #A5202 warning AnnotationUseStyle Annotation must have closing parenthesis. 419 9
    #A5203 warning AnnotationUseStyle Annotation must have closing parenthesis. 426
    #A5204 warning AnnotationUseStyle Annotation must have closing parenthesis. 426 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AbstractFileSetCheckTest.java

    Severity Rule Message Line Col
    #A5205 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A5206 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A5207 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A5208 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A5209 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A5210 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A5211 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A5212 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A5213 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A5214 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A5215 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A5216 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A5217 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A5218 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A5219 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A5220 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A5221 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A5222 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A5223 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A5224 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 5
    #A5225 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A5226 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A5227 warning AnnotationUseStyle Annotation must have closing parenthesis. 198
    #A5228 warning AnnotationUseStyle Annotation must have closing parenthesis. 198 5
    #A5229 warning AnnotationUseStyle Annotation must have closing parenthesis. 228
    #A5230 warning AnnotationUseStyle Annotation must have closing parenthesis. 228 9
    #A5231 warning AnnotationUseStyle Annotation must have closing parenthesis. 241
    #A5232 warning AnnotationUseStyle Annotation must have closing parenthesis. 241 9
    #A5233 warning AnnotationUseStyle Annotation must have closing parenthesis. 253
    #A5234 warning AnnotationUseStyle Annotation must have closing parenthesis. 253 9
    #A5235 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A5236 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 9
    #A5237 warning AnnotationUseStyle Annotation must have closing parenthesis. 275
    #A5238 warning AnnotationUseStyle Annotation must have closing parenthesis. 275 9
    #A5239 warning AnnotationUseStyle Annotation must have closing parenthesis. 288
    #A5240 warning AnnotationUseStyle Annotation must have closing parenthesis. 288 9
    #A5241 warning AnnotationUseStyle Annotation must have closing parenthesis. 293
    #A5242 warning AnnotationUseStyle Annotation must have closing parenthesis. 293 9
    #A5243 warning AnnotationUseStyle Annotation must have closing parenthesis. 298
    #A5244 warning AnnotationUseStyle Annotation must have closing parenthesis. 298 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AbstractViolationReporterTest.java

    Severity Rule Message Line Col
    #A5245 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A5246 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A5247 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A5248 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A5249 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A5250 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A5251 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A5252 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A5253 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A5254 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A5255 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A5256 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A5257 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A5258 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A5259 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A5260 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 9
    #A5261 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A5262 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 9
    #A5263 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A5264 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AuditEventTest.java

    Severity Rule Message Line Col
    #A5265 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A5266 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A5267 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A5268 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/AutomaticBeanTest.java

    Severity Rule Message Line Col
    #A5269 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A5270 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A5271 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A5272 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A5273 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A5274 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A5275 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A5276 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A5277 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A5278 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A5279 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A5280 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A5281 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A5282 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5
    #A5283 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A5284 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 5
    #A5285 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A5286 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A5287 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A5288 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 5
    #A5289 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A5290 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A5291 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A5292 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 9
    #A5293 warning AnnotationUseStyle Annotation must have closing parenthesis. 274
    #A5294 warning AnnotationUseStyle Annotation must have closing parenthesis. 274 9
    #A5295 warning AnnotationUseStyle Annotation must have closing parenthesis. 341
    #A5296 warning AnnotationUseStyle Annotation must have closing parenthesis. 341 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/BeforeExecutionFileFilterSetTest.java

    Severity Rule Message Line Col
    #A5297 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A5298 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A5299 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A5300 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A5301 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A5302 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A5303 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A5304 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A5305 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A5306 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A5307 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A5308 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/CommentTest.java

    Severity Rule Message Line Col
    #A5309 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A5310 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A5311 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A5312 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A5313 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A5314 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A5315 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A5316 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FileContentsTest.java

    Severity Rule Message Line Col
    #A5317 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5318 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5319 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A5320 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A5321 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A5322 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A5323 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A5324 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A5325 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A5326 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A5327 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A5328 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A5329 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A5330 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A5331 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A5332 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A5333 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A5334 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A5335 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A5336 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A5337 warning AnnotationUseStyle Annotation must have closing parenthesis. 158
    #A5338 warning AnnotationUseStyle Annotation must have closing parenthesis. 158 5
    #A5339 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A5340 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A5341 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A5342 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 5
    #A5343 warning AnnotationUseStyle Annotation must have closing parenthesis. 196
    #A5344 warning AnnotationUseStyle Annotation must have closing parenthesis. 196 5
    #A5345 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A5346 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 5
    #A5347 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A5348 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A5349 warning AnnotationUseStyle Annotation must have closing parenthesis. 230
    #A5350 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 5
    #A5351 warning AnnotationUseStyle Annotation must have closing parenthesis. 239
    #A5352 warning AnnotationUseStyle Annotation must have closing parenthesis. 239 5
    #A5353 warning AnnotationUseStyle Annotation must have closing parenthesis. 248
    #A5354 warning AnnotationUseStyle Annotation must have closing parenthesis. 248 5
    #A5355 warning AnnotationUseStyle Annotation must have closing parenthesis. 262
    #A5356 warning AnnotationUseStyle Annotation must have closing parenthesis. 262 5
    #A5357 warning AnnotationUseStyle Annotation must have closing parenthesis. 275
    #A5358 warning AnnotationUseStyle Annotation must have closing parenthesis. 275 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FileSetCheckTest.java

    Severity Rule Message Line Col
    #A5359 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A5360 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A5361 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A5362 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A5363 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A5364 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A5365 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A5366 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 9
    #A5367 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A5368 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 9
    #A5369 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A5370 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FileTextTest.java

    Severity Rule Message Line Col
    #A5371 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A5372 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A5373 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A5374 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A5375 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A5376 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A5377 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A5378 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A5379 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A5380 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A5381 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A5382 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A5383 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A5384 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A5385 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A5386 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A5387 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A5388 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A5389 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A5390 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FilterSetTest.java

    Severity Rule Message Line Col
    #A5391 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A5392 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A5393 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A5394 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A5395 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A5396 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A5397 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A5398 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A5399 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A5400 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A5401 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A5402 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A5403 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A5404 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A5405 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A5406 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 9
    #A5407 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A5408 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 9
    #A5409 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A5410 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/FullIdentTest.java

    Severity Rule Message Line Col
    #A5411 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A5412 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A5413 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5414 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5415 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A5416 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A5417 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A5418 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A5419 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A5420 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A5421 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A5422 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A5423 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A5424 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/JavadocTokenTypesTest.java

    Severity Rule Message Line Col
    #A5425 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A5426 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A5427 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A5428 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A5429 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A5430 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/LineColumnTest.java

    Severity Rule Message Line Col
    #A5431 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A5432 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A5433 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A5434 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A5435 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A5436 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A5437 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A5438 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A5439 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A5440 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/LocalizedMessageTest.java

    Severity Rule Message Line Col
    #A5441 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A5442 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A5443 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A5444 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A5445 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A5446 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A5447 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A5448 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A5449 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A5450 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A5451 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A5452 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A5453 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A5454 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A5455 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A5456 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A5457 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A5458 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A5459 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A5460 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5
    #A5461 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A5462 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 13
    #A5463 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A5464 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 13
    #A5465 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A5466 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 13
    #A5467 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A5468 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 13
    #A5469 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A5470 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 13
    #A5471 warning AnnotationUseStyle Annotation must have closing parenthesis. 198
    #A5472 warning AnnotationUseStyle Annotation must have closing parenthesis. 198 5
    #A5473 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A5474 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 13
    #A5475 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A5476 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 13
    #A5477 warning AnnotationUseStyle Annotation must have closing parenthesis. 214
    #A5478 warning AnnotationUseStyle Annotation must have closing parenthesis. 214 13
    #A5479 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A5480 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 13
    #A5481 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A5482 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 13
    #A5483 warning AnnotationUseStyle Annotation must have closing parenthesis. 241
    #A5484 warning AnnotationUseStyle Annotation must have closing parenthesis. 241 5
    #A5485 warning AnnotationUseStyle Annotation must have closing parenthesis. 244
    #A5486 warning AnnotationUseStyle Annotation must have closing parenthesis. 244 13
    #A5487 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A5488 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 5
    #A5489 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 266
    #A5490 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 266 5
    #A5491 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A5492 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A5493 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 275
    #A5494 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 275 5
    #A5495 warning AnnotationUseStyle Annotation must have closing parenthesis. 276
    #A5496 warning AnnotationUseStyle Annotation must have closing parenthesis. 276 5
    #A5497 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 284
    #A5498 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 284 5
    #A5499 warning AnnotationUseStyle Annotation must have closing parenthesis. 285
    #A5500 warning AnnotationUseStyle Annotation must have closing parenthesis. 285 5
    #A5501 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 293
    #A5502 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 293 5
    #A5503 warning AnnotationUseStyle Annotation must have closing parenthesis. 294
    #A5504 warning AnnotationUseStyle Annotation must have closing parenthesis. 294 5
    #A5505 warning AnnotationUseStyle Annotation must have closing parenthesis. 311
    #A5506 warning AnnotationUseStyle Annotation must have closing parenthesis. 311 5
    #A5507 warning AnnotationUseStyle Annotation must have closing parenthesis. 324
    #A5508 warning AnnotationUseStyle Annotation must have closing parenthesis. 324 5
    #A5509 warning AnnotationUseStyle Annotation must have closing parenthesis. 333
    #A5510 warning AnnotationUseStyle Annotation must have closing parenthesis. 333 5
    #A5511 warning AnnotationUseStyle Annotation must have closing parenthesis. 344
    #A5512 warning AnnotationUseStyle Annotation must have closing parenthesis. 344 5
    #A5513 warning AnnotationUseStyle Annotation must have closing parenthesis. 356
    #A5514 warning AnnotationUseStyle Annotation must have closing parenthesis. 356 5
    #A5515 warning AnnotationUseStyle Annotation must have closing parenthesis. 388
    #A5516 warning AnnotationUseStyle Annotation must have closing parenthesis. 388 5
    #A5517 warning AnnotationUseStyle Annotation must have closing parenthesis. 407
    #A5518 warning AnnotationUseStyle Annotation must have closing parenthesis. 407 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/ScopeTest.java

    Severity Rule Message Line Col
    #A5519 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5520 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5521 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A5522 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A5523 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A5524 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A5525 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A5526 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A5527 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A5528 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A5529 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A5530 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A5531 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A5532 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A5533 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A5534 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A5535 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A5536 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A5537 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A5538 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/SeverityLevelCounterTest.java

    Severity Rule Message Line Col
    #A5539 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A5540 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A5541 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5542 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5543 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A5544 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A5545 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A5546 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A5547 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A5548 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/SeverityLevelTest.java

    Severity Rule Message Line Col
    #A5549 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A5550 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A5551 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A5552 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A5553 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A5554 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A5555 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A5556 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/api/TokenTypesTest.java

    Severity Rule Message Line Col
    #A5557 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A5558 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A5559 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A5560 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A5561 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A5562 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A5563 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A5564 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/ArrayTypeStyleCheckTest.java

    Severity Rule Message Line Col
    #A5565 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A5566 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A5567 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5568 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5569 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A5570 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A5571 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A5572 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A5573 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A5574 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/AvoidEscapedUnicodeCharactersCheckTest.java

    Severity Rule Message Line Col
    #A5575 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A5576 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5
    #A5577 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A5578 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5
    #A5579 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A5580 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A5581 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A5582 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 5
    #A5583 warning AnnotationUseStyle Annotation must have closing parenthesis. 254
    #A5584 warning AnnotationUseStyle Annotation must have closing parenthesis. 254 5
    #A5585 warning AnnotationUseStyle Annotation must have closing parenthesis. 284
    #A5586 warning AnnotationUseStyle Annotation must have closing parenthesis. 284 5
    #A5587 warning AnnotationUseStyle Annotation must have closing parenthesis. 308
    #A5588 warning AnnotationUseStyle Annotation must have closing parenthesis. 308 5
    #A5589 warning AnnotationUseStyle Annotation must have closing parenthesis. 338
    #A5590 warning AnnotationUseStyle Annotation must have closing parenthesis. 338 5
    #A5591 warning AnnotationUseStyle Annotation must have closing parenthesis. 346
    #A5592 warning AnnotationUseStyle Annotation must have closing parenthesis. 346 5
    #A5593 warning AnnotationUseStyle Annotation must have closing parenthesis. 374
    #A5594 warning AnnotationUseStyle Annotation must have closing parenthesis. 374 5
    #A5595 warning AnnotationUseStyle Annotation must have closing parenthesis. 390
    #A5596 warning AnnotationUseStyle Annotation must have closing parenthesis. 390 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/DescendantTokenCheckTest.java

    Severity Rule Message Line Col
    #A5597 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A5598 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A5599 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5600 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5601 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A5602 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A5603 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A5604 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A5605 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A5606 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A5607 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A5608 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A5609 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A5610 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A5611 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A5612 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A5613 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A5614 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5
    #A5615 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A5616 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A5617 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A5618 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A5619 warning AnnotationUseStyle Annotation must have closing parenthesis. 205
    #A5620 warning AnnotationUseStyle Annotation must have closing parenthesis. 205 5
    #A5621 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A5622 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 5
    #A5623 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A5624 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 5
    #A5625 warning AnnotationUseStyle Annotation must have closing parenthesis. 255
    #A5626 warning AnnotationUseStyle Annotation must have closing parenthesis. 255 5
    #A5627 warning AnnotationUseStyle Annotation must have closing parenthesis. 269
    #A5628 warning AnnotationUseStyle Annotation must have closing parenthesis. 269 5
    #A5629 warning AnnotationUseStyle Annotation must have closing parenthesis. 289
    #A5630 warning AnnotationUseStyle Annotation must have closing parenthesis. 289 5
    #A5631 warning AnnotationUseStyle Annotation must have closing parenthesis. 308
    #A5632 warning AnnotationUseStyle Annotation must have closing parenthesis. 308 5
    #A5633 warning AnnotationUseStyle Annotation must have closing parenthesis. 329
    #A5634 warning AnnotationUseStyle Annotation must have closing parenthesis. 329 5
    #A5635 warning AnnotationUseStyle Annotation must have closing parenthesis. 351
    #A5636 warning AnnotationUseStyle Annotation must have closing parenthesis. 351 5
    #A5637 warning AnnotationUseStyle Annotation must have closing parenthesis. 366
    #A5638 warning AnnotationUseStyle Annotation must have closing parenthesis. 366 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/FinalParametersCheckTest.java

    Severity Rule Message Line Col
    #A5639 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A5640 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A5641 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A5642 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A5643 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A5644 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A5645 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A5646 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A5647 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A5648 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A5649 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A5650 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A5651 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A5652 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A5653 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A5654 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A5655 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A5656 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/NewlineAtEndOfFileCheckTest.java

    Severity Rule Message Line Col
    #A5657 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A5658 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A5659 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A5660 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A5661 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A5662 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A5663 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A5664 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A5665 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A5666 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A5667 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A5668 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A5669 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A5670 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A5671 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A5672 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A5673 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A5674 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A5675 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A5676 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A5677 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A5678 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 5
    #A5679 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A5680 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 5
    #A5681 warning AnnotationUseStyle Annotation must have closing parenthesis. 209
    #A5682 warning AnnotationUseStyle Annotation must have closing parenthesis. 209 5
    #A5683 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A5684 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A5685 warning AnnotationUseStyle Annotation must have closing parenthesis. 246
    #A5686 warning AnnotationUseStyle Annotation must have closing parenthesis. 246 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/OrderedPropertiesCheckTest.java

    Severity Rule Message Line Col
    #A5687 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A5688 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A5689 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A5690 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A5691 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A5692 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A5693 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A5694 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A5695 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A5696 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A5697 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A5698 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A5699 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A5700 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A5701 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A5702 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A5703 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A5704 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A5705 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A5706 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 5
    #A5707 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A5708 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/OuterTypeFilenameCheckTest.java

    Severity Rule Message Line Col
    #A5709 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A5710 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A5711 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A5712 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A5713 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A5714 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A5715 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A5716 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A5717 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A5718 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A5719 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A5720 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A5721 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A5722 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A5723 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A5724 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A5725 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A5726 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A5727 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A5728 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A5729 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A5730 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A5731 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A5732 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A5733 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A5734 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/SuppressWarningsHolderTest.java

    Severity Rule Message Line Col
    #A5735 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A5736 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A5737 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A5738 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A5739 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A5740 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A5741 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A5742 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A5743 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A5744 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A5745 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A5746 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A5747 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A5748 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A5749 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A5750 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A5751 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A5752 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A5753 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A5754 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5
    #A5755 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A5756 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A5757 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A5758 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 5
    #A5759 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A5760 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 5
    #A5761 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A5762 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A5763 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A5764 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 5
    #A5765 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A5766 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 5
    #A5767 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A5768 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A5769 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A5770 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 5
    #A5771 warning AnnotationUseStyle Annotation must have closing parenthesis. 250
    #A5772 warning AnnotationUseStyle Annotation must have closing parenthesis. 250 5
    #A5773 warning AnnotationUseStyle Annotation must have closing parenthesis. 261
    #A5774 warning AnnotationUseStyle Annotation must have closing parenthesis. 261 5
    #A5775 warning AnnotationUseStyle Annotation must have closing parenthesis. 270
    #A5776 warning AnnotationUseStyle Annotation must have closing parenthesis. 270 5
    #A5777 warning AnnotationUseStyle Annotation must have closing parenthesis. 302
    #A5778 warning AnnotationUseStyle Annotation must have closing parenthesis. 302 5
    #A5779 warning AnnotationUseStyle Annotation must have closing parenthesis. 327
    #A5780 warning AnnotationUseStyle Annotation must have closing parenthesis. 327 5
    #A5781 warning AnnotationUseStyle Annotation must have closing parenthesis. 357
    #A5782 warning AnnotationUseStyle Annotation must have closing parenthesis. 357 5
    #A5783 warning AnnotationUseStyle Annotation must have closing parenthesis. 373
    #A5784 warning AnnotationUseStyle Annotation must have closing parenthesis. 373 5
    #A5785 warning AnnotationUseStyle Annotation must have closing parenthesis. 382
    #A5786 warning AnnotationUseStyle Annotation must have closing parenthesis. 382 5
    #A5787 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 383
    #A5788 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 383 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/TodoCommentCheckTest.java

    Severity Rule Message Line Col
    #A5789 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A5790 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A5791 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5792 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5793 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A5794 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A5795 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A5796 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/TrailingCommentCheckTest.java

    Severity Rule Message Line Col
    #A5797 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A5798 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A5799 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A5800 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A5801 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A5802 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A5803 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A5804 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A5805 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A5806 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A5807 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A5808 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A5809 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A5810 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/TranslationCheckTest.java

    Severity Rule Message Line Col
    #A5811 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A5812 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A5813 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A5814 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A5815 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A5816 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A5817 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A5818 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A5819 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A5820 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A5821 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A5822 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A5823 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 140
    #A5824 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 140 5
    #A5825 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A5826 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5
    #A5827 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A5828 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A5829 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A5830 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 5
    #A5831 warning AnnotationUseStyle Annotation must have closing parenthesis. 227
    #A5832 warning AnnotationUseStyle Annotation must have closing parenthesis. 227 5
    #A5833 warning AnnotationUseStyle Annotation must have closing parenthesis. 250
    #A5834 warning AnnotationUseStyle Annotation must have closing parenthesis. 250 5
    #A5835 warning AnnotationUseStyle Annotation must have closing parenthesis. 272
    #A5836 warning AnnotationUseStyle Annotation must have closing parenthesis. 272 5
    #A5837 warning AnnotationUseStyle Annotation must have closing parenthesis. 292
    #A5838 warning AnnotationUseStyle Annotation must have closing parenthesis. 292 5
    #A5839 warning AnnotationUseStyle Annotation must have closing parenthesis. 313
    #A5840 warning AnnotationUseStyle Annotation must have closing parenthesis. 313 5
    #A5841 warning AnnotationUseStyle Annotation must have closing parenthesis. 334
    #A5842 warning AnnotationUseStyle Annotation must have closing parenthesis. 334 5
    #A5843 warning AnnotationUseStyle Annotation must have closing parenthesis. 354
    #A5844 warning AnnotationUseStyle Annotation must have closing parenthesis. 354 5
    #A5845 warning AnnotationUseStyle Annotation must have closing parenthesis. 375
    #A5846 warning AnnotationUseStyle Annotation must have closing parenthesis. 375 5
    #A5847 warning AnnotationUseStyle Annotation must have closing parenthesis. 393
    #A5848 warning AnnotationUseStyle Annotation must have closing parenthesis. 393 5
    #A5849 warning AnnotationUseStyle Annotation must have closing parenthesis. 415
    #A5850 warning AnnotationUseStyle Annotation must have closing parenthesis. 415 5
    #A5851 warning AnnotationUseStyle Annotation must have closing parenthesis. 434
    #A5852 warning AnnotationUseStyle Annotation must have closing parenthesis. 434 5
    #A5853 warning AnnotationUseStyle Annotation must have closing parenthesis. 461
    #A5854 warning AnnotationUseStyle Annotation must have closing parenthesis. 461 5
    #A5855 warning AnnotationUseStyle Annotation must have closing parenthesis. 492
    #A5856 warning AnnotationUseStyle Annotation must have closing parenthesis. 492 5
    #A5857 warning AnnotationUseStyle Annotation must have closing parenthesis. 523
    #A5858 warning AnnotationUseStyle Annotation must have closing parenthesis. 523 5
    #A5859 warning AnnotationUseStyle Annotation must have closing parenthesis. 553
    #A5860 warning AnnotationUseStyle Annotation must have closing parenthesis. 553 5
    #A5861 warning AnnotationUseStyle Annotation must have closing parenthesis. 578
    #A5862 warning AnnotationUseStyle Annotation must have closing parenthesis. 578 5
    #A5863 warning AnnotationUseStyle Annotation must have closing parenthesis. 601
    #A5864 warning AnnotationUseStyle Annotation must have closing parenthesis. 601 5
    #A5865 warning AnnotationUseStyle Annotation must have closing parenthesis. 621
    #A5866 warning AnnotationUseStyle Annotation must have closing parenthesis. 621 9
    #A5867 warning AnnotationUseStyle Annotation must have closing parenthesis. 626
    #A5868 warning AnnotationUseStyle Annotation must have closing parenthesis. 626 9
    #A5869 warning AnnotationUseStyle Annotation must have closing parenthesis. 631
    #A5870 warning AnnotationUseStyle Annotation must have closing parenthesis. 631 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/UncommentedMainCheckTest.java

    Severity Rule Message Line Col
    #A5871 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5872 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5873 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A5874 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A5875 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A5876 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A5877 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A5878 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A5879 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A5880 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A5881 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A5882 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A5883 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A5884 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A5885 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A5886 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A5887 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A5888 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/UniquePropertiesCheckTest.java

    Severity Rule Message Line Col
    #A5889 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A5890 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A5891 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A5892 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A5893 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A5894 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A5895 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A5896 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A5897 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A5898 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A5899 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A5900 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A5901 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A5902 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A5903 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A5904 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/UpperEllCheckTest.java

    Severity Rule Message Line Col
    #A5905 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A5906 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A5907 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5908 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5909 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A5910 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A5911 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A5912 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationLocationCheckTest.java

    Severity Rule Message Line Col
    #A5913 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A5914 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A5915 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A5916 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A5917 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A5918 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A5919 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A5920 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A5921 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A5922 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A5923 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A5924 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A5925 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A5926 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 5
    #A5927 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A5928 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A5929 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A5930 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 5
    #A5931 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A5932 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 5
    #A5933 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A5934 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 5
    #A5935 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A5936 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5
    #A5937 warning AnnotationUseStyle Annotation must have closing parenthesis. 222
    #A5938 warning AnnotationUseStyle Annotation must have closing parenthesis. 222 5
    #A5939 warning AnnotationUseStyle Annotation must have closing parenthesis. 235
    #A5940 warning AnnotationUseStyle Annotation must have closing parenthesis. 235 5
    #A5941 warning AnnotationUseStyle Annotation must have closing parenthesis. 248
    #A5942 warning AnnotationUseStyle Annotation must have closing parenthesis. 248 5
    #A5943 warning AnnotationUseStyle Annotation must have closing parenthesis. 259
    #A5944 warning AnnotationUseStyle Annotation must have closing parenthesis. 259 5
    #A5945 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A5946 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 5
    #A5947 warning AnnotationUseStyle Annotation must have closing parenthesis. 281
    #A5948 warning AnnotationUseStyle Annotation must have closing parenthesis. 281 5
    #A5949 warning AnnotationUseStyle Annotation must have closing parenthesis. 296
    #A5950 warning AnnotationUseStyle Annotation must have closing parenthesis. 296 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationOnSameLineCheckTest.java

    Severity Rule Message Line Col
    #A5951 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A5952 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A5953 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A5954 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A5955 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A5956 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A5957 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A5958 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A5959 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A5960 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A5961 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A5962 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A5963 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A5964 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheckTest.java

    Severity Rule Message Line Col
    #A5965 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A5966 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A5967 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A5968 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A5969 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A5970 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A5971 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A5972 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A5973 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A5974 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A5975 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A5976 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A5977 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A5978 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A5979 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A5980 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A5981 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A5982 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 5
    #A5983 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A5984 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 5
    #A5985 warning AnnotationUseStyle Annotation must have closing parenthesis. 205
    #A5986 warning AnnotationUseStyle Annotation must have closing parenthesis. 205 5
    #A5987 warning AnnotationUseStyle Annotation must have closing parenthesis. 230
    #A5988 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 5
    #A5989 warning AnnotationUseStyle Annotation must have closing parenthesis. 245
    #A5990 warning AnnotationUseStyle Annotation must have closing parenthesis. 245 5
    #A5991 warning AnnotationUseStyle Annotation must have closing parenthesis. 256
    #A5992 warning AnnotationUseStyle Annotation must have closing parenthesis. 256 5
    #A5993 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A5994 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 5
    #A5995 warning AnnotationUseStyle Annotation must have closing parenthesis. 285
    #A5996 warning AnnotationUseStyle Annotation must have closing parenthesis. 285 5
    #A5997 warning AnnotationUseStyle Annotation must have closing parenthesis. 305
    #A5998 warning AnnotationUseStyle Annotation must have closing parenthesis. 305 5
    #A5999 warning AnnotationUseStyle Annotation must have closing parenthesis. 316
    #A6000 warning AnnotationUseStyle Annotation must have closing parenthesis. 316 5
    #A6001 warning AnnotationUseStyle Annotation must have closing parenthesis. 327
    #A6002 warning AnnotationUseStyle Annotation must have closing parenthesis. 327 5
    #A6003 warning AnnotationUseStyle Annotation must have closing parenthesis. 336
    #A6004 warning AnnotationUseStyle Annotation must have closing parenthesis. 336 5
    #A6005 warning AnnotationUseStyle Annotation must have closing parenthesis. 344
    #A6006 warning AnnotationUseStyle Annotation must have closing parenthesis. 344 5
    #A6007 warning AnnotationUseStyle Annotation must have closing parenthesis. 359
    #A6008 warning AnnotationUseStyle Annotation must have closing parenthesis. 359 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/MissingDeprecatedCheckTest.java

    Severity Rule Message Line Col
    #A6009 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A6010 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A6011 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A6012 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A6013 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A6014 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A6015 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A6016 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A6017 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A6018 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A6019 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A6020 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A6021 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A6022 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A6023 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A6024 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A6025 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A6026 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A6027 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A6028 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/MissingOverrideCheckTest.java

    Severity Rule Message Line Col
    #A6029 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A6030 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A6031 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A6032 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A6033 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A6034 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A6035 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A6036 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A6037 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A6038 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A6039 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A6040 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A6041 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A6042 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A6043 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A6044 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A6045 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A6046 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5
    #A6047 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A6048 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A6049 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A6050 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 5
    #A6051 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A6052 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A6053 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A6054 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 5
    #A6055 warning AnnotationUseStyle Annotation must have closing parenthesis. 227
    #A6056 warning AnnotationUseStyle Annotation must have closing parenthesis. 227 5
    #A6057 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A6058 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/PackageAnnotationCheckTest.java

    Severity Rule Message Line Col
    #A6059 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A6060 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A6061 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A6062 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A6063 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A6064 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A6065 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A6066 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A6067 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A6068 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/annotation/SuppressWarningsCheckTest.java

    Severity Rule Message Line Col
    #A6069 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6070 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6071 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A6072 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A6073 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A6074 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A6075 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A6076 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A6077 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A6078 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A6079 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A6080 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A6081 warning AnnotationUseStyle Annotation must have closing parenthesis. 183
    #A6082 warning AnnotationUseStyle Annotation must have closing parenthesis. 183 5
    #A6083 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A6084 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 5
    #A6085 warning AnnotationUseStyle Annotation must have closing parenthesis. 255
    #A6086 warning AnnotationUseStyle Annotation must have closing parenthesis. 255 5
    #A6087 warning AnnotationUseStyle Annotation must have closing parenthesis. 269
    #A6088 warning AnnotationUseStyle Annotation must have closing parenthesis. 269 5
    #A6089 warning AnnotationUseStyle Annotation must have closing parenthesis. 299
    #A6090 warning AnnotationUseStyle Annotation must have closing parenthesis. 299 5
    #A6091 warning AnnotationUseStyle Annotation must have closing parenthesis. 327
    #A6092 warning AnnotationUseStyle Annotation must have closing parenthesis. 327 5
    #A6093 warning AnnotationUseStyle Annotation must have closing parenthesis. 389
    #A6094 warning AnnotationUseStyle Annotation must have closing parenthesis. 389 5
    #A6095 warning AnnotationUseStyle Annotation must have closing parenthesis. 408
    #A6096 warning AnnotationUseStyle Annotation must have closing parenthesis. 408 5
    #A6097 warning AnnotationUseStyle Annotation must have closing parenthesis. 421
    #A6098 warning AnnotationUseStyle Annotation must have closing parenthesis. 421 5
    #A6099 warning AnnotationUseStyle Annotation must have closing parenthesis. 441
    #A6100 warning AnnotationUseStyle Annotation must have closing parenthesis. 441 5
    #A6101 warning AnnotationUseStyle Annotation must have closing parenthesis. 462
    #A6102 warning AnnotationUseStyle Annotation must have closing parenthesis. 462 5
    #A6103 warning AnnotationUseStyle Annotation must have closing parenthesis. 505
    #A6104 warning AnnotationUseStyle Annotation must have closing parenthesis. 505 5
    #A6105 warning AnnotationUseStyle Annotation must have closing parenthesis. 525
    #A6106 warning AnnotationUseStyle Annotation must have closing parenthesis. 525 5
    #A6107 warning AnnotationUseStyle Annotation must have closing parenthesis. 562
    #A6108 warning AnnotationUseStyle Annotation must have closing parenthesis. 562 5
    #A6109 warning AnnotationUseStyle Annotation must have closing parenthesis. 590
    #A6110 warning AnnotationUseStyle Annotation must have closing parenthesis. 590 5
    #A6111 warning AnnotationUseStyle Annotation must have closing parenthesis. 652
    #A6112 warning AnnotationUseStyle Annotation must have closing parenthesis. 652 5
    #A6113 warning AnnotationUseStyle Annotation must have closing parenthesis. 666
    #A6114 warning AnnotationUseStyle Annotation must have closing parenthesis. 666 5
    #A6115 warning AnnotationUseStyle Annotation must have closing parenthesis. 694
    #A6116 warning AnnotationUseStyle Annotation must have closing parenthesis. 694 5
    #A6117 warning AnnotationUseStyle Annotation must have closing parenthesis. 722
    #A6118 warning AnnotationUseStyle Annotation must have closing parenthesis. 722 5
    #A6119 warning AnnotationUseStyle Annotation must have closing parenthesis. 780
    #A6120 warning AnnotationUseStyle Annotation must have closing parenthesis. 780 5
    #A6121 warning AnnotationUseStyle Annotation must have closing parenthesis. 796
    #A6122 warning AnnotationUseStyle Annotation must have closing parenthesis. 796 5
    #A6123 warning AnnotationUseStyle Annotation must have closing parenthesis. 825
    #A6124 warning AnnotationUseStyle Annotation must have closing parenthesis. 825 5
    #A6125 warning AnnotationUseStyle Annotation must have closing parenthesis. 838
    #A6126 warning AnnotationUseStyle Annotation must have closing parenthesis. 838 5
    #A6127 warning AnnotationUseStyle Annotation must have closing parenthesis. 858
    #A6128 warning AnnotationUseStyle Annotation must have closing parenthesis. 858 5
    #A6129 warning AnnotationUseStyle Annotation must have closing parenthesis. 879
    #A6130 warning AnnotationUseStyle Annotation must have closing parenthesis. 879 5
    #A6131 warning AnnotationUseStyle Annotation must have closing parenthesis. 918
    #A6132 warning AnnotationUseStyle Annotation must have closing parenthesis. 918 5
    #A6133 warning AnnotationUseStyle Annotation must have closing parenthesis. 938
    #A6134 warning AnnotationUseStyle Annotation must have closing parenthesis. 938 5
    #A6135 warning AnnotationUseStyle Annotation must have closing parenthesis. 976
    #A6136 warning AnnotationUseStyle Annotation must have closing parenthesis. 976 5
    #A6137 warning AnnotationUseStyle Annotation must have closing parenthesis. 1004
    #A6138 warning AnnotationUseStyle Annotation must have closing parenthesis. 1004 5
    #A6139 warning AnnotationUseStyle Annotation must have closing parenthesis. 1059
    #A6140 warning AnnotationUseStyle Annotation must have closing parenthesis. 1059 5
    #A6141 warning AnnotationUseStyle Annotation must have closing parenthesis. 1068
    #A6142 warning AnnotationUseStyle Annotation must have closing parenthesis. 1068 5
    #A6143 warning AnnotationUseStyle Annotation must have closing parenthesis. 1077
    #A6144 warning AnnotationUseStyle Annotation must have closing parenthesis. 1077 5
    #A6145 warning AnnotationUseStyle Annotation must have closing parenthesis. 1090
    #A6146 warning AnnotationUseStyle Annotation must have closing parenthesis. 1090 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/AvoidNestedBlocksCheckTest.java

    Severity Rule Message Line Col
    #A6147 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A6148 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A6149 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A6150 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A6151 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A6152 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A6153 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A6154 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A6155 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A6156 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/EmptyBlockCheckTest.java

    Severity Rule Message Line Col
    #A6157 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6158 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6159 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A6160 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A6161 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A6162 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A6163 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A6164 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A6165 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A6166 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A6167 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A6168 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A6169 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A6170 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A6171 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A6172 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A6173 warning AnnotationUseStyle Annotation must have closing parenthesis. 159
    #A6174 warning AnnotationUseStyle Annotation must have closing parenthesis. 159 5
    #A6175 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A6176 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 5
    #A6177 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A6178 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5
    #A6179 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A6180 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5
    #A6181 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A6182 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/EmptyCatchBlockCheckTest.java

    Severity Rule Message Line Col
    #A6183 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6184 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6185 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6186 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6187 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A6188 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A6189 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A6190 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A6191 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A6192 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A6193 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A6194 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/LeftCurlyCheckTest.java

    Severity Rule Message Line Col
    #A6195 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A6196 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A6197 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A6198 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A6199 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A6200 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A6201 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A6202 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A6203 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A6204 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A6205 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A6206 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A6207 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A6208 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A6209 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A6210 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A6211 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A6212 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 5
    #A6213 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A6214 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A6215 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A6216 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A6217 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A6218 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A6219 warning AnnotationUseStyle Annotation must have closing parenthesis. 232
    #A6220 warning AnnotationUseStyle Annotation must have closing parenthesis. 232 5
    #A6221 warning AnnotationUseStyle Annotation must have closing parenthesis. 245
    #A6222 warning AnnotationUseStyle Annotation must have closing parenthesis. 245 5
    #A6223 warning AnnotationUseStyle Annotation must have closing parenthesis. 260
    #A6224 warning AnnotationUseStyle Annotation must have closing parenthesis. 260 5
    #A6225 warning AnnotationUseStyle Annotation must have closing parenthesis. 285
    #A6226 warning AnnotationUseStyle Annotation must have closing parenthesis. 285 5
    #A6227 warning AnnotationUseStyle Annotation must have closing parenthesis. 296
    #A6228 warning AnnotationUseStyle Annotation must have closing parenthesis. 296 5
    #A6229 warning AnnotationUseStyle Annotation must have closing parenthesis. 308
    #A6230 warning AnnotationUseStyle Annotation must have closing parenthesis. 308 5
    #A6231 warning AnnotationUseStyle Annotation must have closing parenthesis. 320
    #A6232 warning AnnotationUseStyle Annotation must have closing parenthesis. 320 5
    #A6233 warning AnnotationUseStyle Annotation must have closing parenthesis. 332
    #A6234 warning AnnotationUseStyle Annotation must have closing parenthesis. 332 5
    #A6235 warning AnnotationUseStyle Annotation must have closing parenthesis. 346
    #A6236 warning AnnotationUseStyle Annotation must have closing parenthesis. 346 5
    #A6237 warning AnnotationUseStyle Annotation must have closing parenthesis. 357
    #A6238 warning AnnotationUseStyle Annotation must have closing parenthesis. 357 5
    #A6239 warning AnnotationUseStyle Annotation must have closing parenthesis. 367
    #A6240 warning AnnotationUseStyle Annotation must have closing parenthesis. 367 5
    #A6241 warning AnnotationUseStyle Annotation must have closing parenthesis. 398
    #A6242 warning AnnotationUseStyle Annotation must have closing parenthesis. 398 5
    #A6243 warning AnnotationUseStyle Annotation must have closing parenthesis. 406
    #A6244 warning AnnotationUseStyle Annotation must have closing parenthesis. 406 5
    #A6245 warning AnnotationUseStyle Annotation must have closing parenthesis. 424
    #A6246 warning AnnotationUseStyle Annotation must have closing parenthesis. 424 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/NeedBracesCheckTest.java

    Severity Rule Message Line Col
    #A6247 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6248 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6249 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6250 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6251 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A6252 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A6253 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A6254 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A6255 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A6256 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A6257 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A6258 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A6259 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A6260 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5
    #A6261 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A6262 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 5
    #A6263 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A6264 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5
    #A6265 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A6266 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A6267 warning AnnotationUseStyle Annotation must have closing parenthesis. 202
    #A6268 warning AnnotationUseStyle Annotation must have closing parenthesis. 202 5
    #A6269 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A6270 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 5
    #A6271 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A6272 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 5
    #A6273 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A6274 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/blocks/RightCurlyCheckTest.java

    Severity Rule Message Line Col
    #A6275 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6276 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6277 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A6278 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A6279 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A6280 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A6281 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A6282 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A6283 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A6284 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A6285 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A6286 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A6287 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A6288 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A6289 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A6290 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A6291 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A6292 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A6293 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A6294 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 5
    #A6295 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A6296 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 5
    #A6297 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A6298 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A6299 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A6300 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 5
    #A6301 warning AnnotationUseStyle Annotation must have closing parenthesis. 279
    #A6302 warning AnnotationUseStyle Annotation must have closing parenthesis. 279 5
    #A6303 warning AnnotationUseStyle Annotation must have closing parenthesis. 328
    #A6304 warning AnnotationUseStyle Annotation must have closing parenthesis. 328 5
    #A6305 warning AnnotationUseStyle Annotation must have closing parenthesis. 337
    #A6306 warning AnnotationUseStyle Annotation must have closing parenthesis. 337 5
    #A6307 warning AnnotationUseStyle Annotation must have closing parenthesis. 348
    #A6308 warning AnnotationUseStyle Annotation must have closing parenthesis. 348 5
    #A6309 warning AnnotationUseStyle Annotation must have closing parenthesis. 368
    #A6310 warning AnnotationUseStyle Annotation must have closing parenthesis. 368 5
    #A6311 warning AnnotationUseStyle Annotation must have closing parenthesis. 381
    #A6312 warning AnnotationUseStyle Annotation must have closing parenthesis. 381 5
    #A6313 warning AnnotationUseStyle Annotation must have closing parenthesis. 394
    #A6314 warning AnnotationUseStyle Annotation must have closing parenthesis. 394 5
    #A6315 warning AnnotationUseStyle Annotation must have closing parenthesis. 411
    #A6316 warning AnnotationUseStyle Annotation must have closing parenthesis. 411 5
    #A6317 warning AnnotationUseStyle Annotation must have closing parenthesis. 424
    #A6318 warning AnnotationUseStyle Annotation must have closing parenthesis. 424 5
    #A6319 warning AnnotationUseStyle Annotation must have closing parenthesis. 436
    #A6320 warning AnnotationUseStyle Annotation must have closing parenthesis. 436 5
    #A6321 warning AnnotationUseStyle Annotation must have closing parenthesis. 444
    #A6322 warning AnnotationUseStyle Annotation must have closing parenthesis. 444 5
    #A6323 warning AnnotationUseStyle Annotation must have closing parenthesis. 454
    #A6324 warning AnnotationUseStyle Annotation must have closing parenthesis. 454 5
    #A6325 warning AnnotationUseStyle Annotation must have closing parenthesis. 463
    #A6326 warning AnnotationUseStyle Annotation must have closing parenthesis. 463 5
    #A6327 warning AnnotationUseStyle Annotation must have closing parenthesis. 493
    #A6328 warning AnnotationUseStyle Annotation must have closing parenthesis. 493 5
    #A6329 warning AnnotationUseStyle Annotation must have closing parenthesis. 512
    #A6330 warning AnnotationUseStyle Annotation must have closing parenthesis. 512 5
    #A6331 warning AnnotationUseStyle Annotation must have closing parenthesis. 532
    #A6332 warning AnnotationUseStyle Annotation must have closing parenthesis. 532 5
    #A6333 warning AnnotationUseStyle Annotation must have closing parenthesis. 559
    #A6334 warning AnnotationUseStyle Annotation must have closing parenthesis. 559 5
    #A6335 warning AnnotationUseStyle Annotation must have closing parenthesis. 581
    #A6336 warning AnnotationUseStyle Annotation must have closing parenthesis. 581 5
    #A6337 warning AnnotationUseStyle Annotation must have closing parenthesis. 594
    #A6338 warning AnnotationUseStyle Annotation must have closing parenthesis. 594 5
    #A6339 warning AnnotationUseStyle Annotation must have closing parenthesis. 606
    #A6340 warning AnnotationUseStyle Annotation must have closing parenthesis. 606 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ArrayTrailingCommaCheckTest.java

    Severity Rule Message Line Col
    #A6341 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6342 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6343 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6344 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6345 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A6346 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidDoubleBraceInitializationCheckTest.java

    Severity Rule Message Line Col
    #A6347 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6348 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6349 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6350 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6351 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A6352 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidInlineConditionalsCheckTest.java

    Severity Rule Message Line Col
    #A6353 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6354 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6355 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6356 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6357 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A6358 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/AvoidNoArgumentSuperConstructorCallCheckTest.java

    Severity Rule Message Line Col
    #A6359 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A6360 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A6361 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A6362 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A6363 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A6364 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/CovariantEqualsCheckTest.java

    Severity Rule Message Line Col
    #A6365 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6366 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6367 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6368 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6369 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A6370 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/DeclarationOrderCheckTest.java

    Severity Rule Message Line Col
    #A6371 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A6372 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A6373 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A6374 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A6375 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A6376 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A6377 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A6378 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A6379 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A6380 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A6381 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A6382 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A6383 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A6384 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A6385 warning AnnotationUseStyle Annotation must have closing parenthesis. 176
    #A6386 warning AnnotationUseStyle Annotation must have closing parenthesis. 176 5
    #A6387 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A6388 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A6389 warning AnnotationUseStyle Annotation must have closing parenthesis. 202
    #A6390 warning AnnotationUseStyle Annotation must have closing parenthesis. 202 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/DefaultComesLastCheckTest.java

    Severity Rule Message Line Col
    #A6391 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A6392 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A6393 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A6394 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A6395 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A6396 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A6397 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A6398 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A6399 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A6400 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/EmptyStatementCheckTest.java

    Severity Rule Message Line Col
    #A6401 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6402 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6403 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6404 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6405 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A6406 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/EqualsAvoidNullCheckTest.java

    Severity Rule Message Line Col
    #A6407 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6408 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6409 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6410 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6411 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A6412 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A6413 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A6414 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5
    #A6415 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A6416 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A6417 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A6418 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A6419 warning AnnotationUseStyle Annotation must have closing parenthesis. 198
    #A6420 warning AnnotationUseStyle Annotation must have closing parenthesis. 198 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/EqualsHashCodeCheckTest.java

    Severity Rule Message Line Col
    #A6421 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A6422 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A6423 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A6424 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A6425 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A6426 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A6427 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A6428 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A6429 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A6430 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A6431 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A6432 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A6433 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A6434 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ExplicitInitializationCheckTest.java

    Severity Rule Message Line Col
    #A6435 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6436 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6437 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6438 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6439 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A6440 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A6441 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A6442 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/FallThroughCheckTest.java

    Severity Rule Message Line Col
    #A6443 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A6444 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A6445 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A6446 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A6447 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A6448 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A6449 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A6450 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A6451 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A6452 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A6453 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A6454 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5
    #A6455 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A6456 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 5
    #A6457 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A6458 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/FinalLocalVariableCheckTest.java

    Severity Rule Message Line Col
    #A6459 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A6460 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A6461 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A6462 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A6463 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A6464 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A6465 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A6466 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A6467 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A6468 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A6469 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A6470 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A6471 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A6472 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5
    #A6473 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A6474 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5
    #A6475 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A6476 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A6477 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A6478 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 5
    #A6479 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A6480 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 5
    #A6481 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A6482 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 5
    #A6483 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A6484 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A6485 warning AnnotationUseStyle Annotation must have closing parenthesis. 235
    #A6486 warning AnnotationUseStyle Annotation must have closing parenthesis. 235 5
    #A6487 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A6488 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 5
    #A6489 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A6490 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 5
    #A6491 warning AnnotationUseStyle Annotation must have closing parenthesis. 259
    #A6492 warning AnnotationUseStyle Annotation must have closing parenthesis. 259 5
    #A6493 warning AnnotationUseStyle Annotation must have closing parenthesis. 268
    #A6494 warning AnnotationUseStyle Annotation must have closing parenthesis. 268 5
    #A6495 warning AnnotationUseStyle Annotation must have closing parenthesis. 277
    #A6496 warning AnnotationUseStyle Annotation must have closing parenthesis. 277 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/HiddenFieldCheckTest.java

    Severity Rule Message Line Col
    #A6497 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A6498 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A6499 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A6500 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A6501 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A6502 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A6503 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A6504 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A6505 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A6506 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A6507 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A6508 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A6509 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A6510 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5
    #A6511 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A6512 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A6513 warning AnnotationUseStyle Annotation must have closing parenthesis. 289
    #A6514 warning AnnotationUseStyle Annotation must have closing parenthesis. 289 5
    #A6515 warning AnnotationUseStyle Annotation must have closing parenthesis. 333
    #A6516 warning AnnotationUseStyle Annotation must have closing parenthesis. 333 5
    #A6517 warning AnnotationUseStyle Annotation must have closing parenthesis. 363
    #A6518 warning AnnotationUseStyle Annotation must have closing parenthesis. 363 5
    #A6519 warning AnnotationUseStyle Annotation must have closing parenthesis. 408
    #A6520 warning AnnotationUseStyle Annotation must have closing parenthesis. 408 5
    #A6521 warning AnnotationUseStyle Annotation must have closing parenthesis. 422
    #A6522 warning AnnotationUseStyle Annotation must have closing parenthesis. 422 5
    #A6523 warning AnnotationUseStyle Annotation must have closing parenthesis. 438
    #A6524 warning AnnotationUseStyle Annotation must have closing parenthesis. 438 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalCatchCheckTest.java

    Severity Rule Message Line Col
    #A6525 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6526 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6527 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6528 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6529 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A6530 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A6531 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A6532 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A6533 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A6534 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A6535 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A6536 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalInstantiationCheckTest.java

    Severity Rule Message Line Col
    #A6537 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A6538 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A6539 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A6540 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A6541 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A6542 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A6543 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A6544 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A6545 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A6546 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A6547 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A6548 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A6549 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A6550 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A6551 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A6552 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A6553 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A6554 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A6555 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A6556 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 5
    #A6557 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A6558 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5
    #A6559 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 178
    #A6560 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 178 5
    #A6561 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A6562 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A6563 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A6564 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 5
    #A6565 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 225
    #A6566 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 225 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalThrowsCheckTest.java

    Severity Rule Message Line Col
    #A6567 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6568 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6569 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6570 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6571 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A6572 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A6573 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A6574 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A6575 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A6576 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A6577 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A6578 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A6579 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A6580 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A6581 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A6582 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenCheckTest.java

    Severity Rule Message Line Col
    #A6583 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A6584 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A6585 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A6586 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A6587 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A6588 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A6589 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A6590 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A6591 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A6592 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A6593 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A6594 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A6595 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A6596 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A6597 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A6598 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTokenTextCheckTest.java

    Severity Rule Message Line Col
    #A6599 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A6600 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A6601 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A6602 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A6603 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A6604 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A6605 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A6606 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A6607 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A6608 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A6609 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A6610 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A6611 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A6612 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A6613 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A6614 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A6615 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A6616 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/IllegalTypeCheckTest.java

    Severity Rule Message Line Col
    #A6617 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6618 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6619 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A6620 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A6621 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A6622 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A6623 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A6624 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A6625 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A6626 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A6627 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A6628 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A6629 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A6630 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A6631 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A6632 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A6633 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A6634 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A6635 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A6636 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 5
    #A6637 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A6638 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 5
    #A6639 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A6640 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A6641 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A6642 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 5
    #A6643 warning AnnotationUseStyle Annotation must have closing parenthesis. 241
    #A6644 warning AnnotationUseStyle Annotation must have closing parenthesis. 241 5
    #A6645 warning AnnotationUseStyle Annotation must have closing parenthesis. 253
    #A6646 warning AnnotationUseStyle Annotation must have closing parenthesis. 253 5
    #A6647 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A6648 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A6649 warning AnnotationUseStyle Annotation must have closing parenthesis. 290
    #A6650 warning AnnotationUseStyle Annotation must have closing parenthesis. 290 5
    #A6651 warning AnnotationUseStyle Annotation must have closing parenthesis. 300
    #A6652 warning AnnotationUseStyle Annotation must have closing parenthesis. 300 5
    #A6653 warning AnnotationUseStyle Annotation must have closing parenthesis. 316
    #A6654 warning AnnotationUseStyle Annotation must have closing parenthesis. 316 5
    #A6655 warning AnnotationUseStyle Annotation must have closing parenthesis. 324
    #A6656 warning AnnotationUseStyle Annotation must have closing parenthesis. 324 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/InnerAssignmentCheckTest.java

    Severity Rule Message Line Col
    #A6657 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A6658 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A6659 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A6660 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A6661 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A6662 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A6663 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A6664 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MagicNumberCheckTest.java

    Severity Rule Message Line Col
    #A6665 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6666 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6667 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6668 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6669 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A6670 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A6671 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A6672 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5
    #A6673 warning AnnotationUseStyle Annotation must have closing parenthesis. 220
    #A6674 warning AnnotationUseStyle Annotation must have closing parenthesis. 220 5
    #A6675 warning AnnotationUseStyle Annotation must have closing parenthesis. 269
    #A6676 warning AnnotationUseStyle Annotation must have closing parenthesis. 269 5
    #A6677 warning AnnotationUseStyle Annotation must have closing parenthesis. 314
    #A6678 warning AnnotationUseStyle Annotation must have closing parenthesis. 314 5
    #A6679 warning AnnotationUseStyle Annotation must have closing parenthesis. 365
    #A6680 warning AnnotationUseStyle Annotation must have closing parenthesis. 365 5
    #A6681 warning AnnotationUseStyle Annotation must have closing parenthesis. 408
    #A6682 warning AnnotationUseStyle Annotation must have closing parenthesis. 408 5
    #A6683 warning AnnotationUseStyle Annotation must have closing parenthesis. 471
    #A6684 warning AnnotationUseStyle Annotation must have closing parenthesis. 471 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MissingCtorCheckTest.java

    Severity Rule Message Line Col
    #A6685 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6686 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6687 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6688 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6689 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A6690 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MissingSwitchDefaultCheckTest.java

    Severity Rule Message Line Col
    #A6691 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6692 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6693 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6694 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6695 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A6696 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ModifiedControlVariableCheckTest.java

    Severity Rule Message Line Col
    #A6697 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A6698 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A6699 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A6700 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A6701 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A6702 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A6703 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A6704 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A6705 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A6706 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A6707 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A6708 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A6709 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A6710 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A6711 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A6712 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A6713 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 145
    #A6714 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleStringLiteralsCheckTest.java

    Severity Rule Message Line Col
    #A6715 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6716 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6717 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A6718 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A6719 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A6720 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A6721 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A6722 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A6723 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A6724 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A6725 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A6726 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A6727 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A6728 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A6729 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A6730 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A6731 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A6732 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleVariableDeclarationsCheckTest.java

    Severity Rule Message Line Col
    #A6733 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6734 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6735 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6736 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6737 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A6738 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedForDepthCheckTest.java

    Severity Rule Message Line Col
    #A6739 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6740 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6741 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A6742 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A6743 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A6744 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A6745 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A6746 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedIfDepthCheckTest.java

    Severity Rule Message Line Col
    #A6747 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6748 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6749 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6750 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6751 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A6752 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A6753 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A6754 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NestedTryDepthCheckTest.java

    Severity Rule Message Line Col
    #A6755 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6756 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6757 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6758 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6759 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A6760 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A6761 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A6762 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NoArrayTrailingCommaCheckTest.java

    Severity Rule Message Line Col
    #A6763 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6764 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6765 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6766 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6767 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A6768 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NoCloneCheckTest.java

    Severity Rule Message Line Col
    #A6769 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6770 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6771 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6772 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6773 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A6774 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NoEnumTrailingCommaCheckTest.java

    Severity Rule Message Line Col
    #A6775 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6776 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6777 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6778 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6779 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A6780 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/NoFinalizerCheckTest.java

    Severity Rule Message Line Col
    #A6781 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A6782 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A6783 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A6784 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A6785 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A6786 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A6787 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A6788 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A6789 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A6790 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/OneStatementPerLineCheckTest.java

    Severity Rule Message Line Col
    #A6791 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6792 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6793 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6794 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6795 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A6796 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A6797 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A6798 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A6799 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A6800 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A6801 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A6802 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A6803 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A6804 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/OverloadMethodsDeclarationOrderCheckTest.java

    Severity Rule Message Line Col
    #A6805 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6806 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6807 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6808 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6809 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A6810 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/PackageDeclarationCheckTest.java

    Severity Rule Message Line Col
    #A6811 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A6812 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A6813 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A6814 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A6815 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A6816 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A6817 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A6818 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A6819 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A6820 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A6821 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A6822 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A6823 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A6824 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A6825 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A6826 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A6827 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A6828 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A6829 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A6830 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A6831 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A6832 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A6833 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A6834 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ParameterAssignmentCheckTest.java

    Severity Rule Message Line Col
    #A6835 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A6836 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A6837 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A6838 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A6839 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A6840 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A6841 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A6842 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A6843 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A6844 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A6845 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A6846 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A6847 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 112
    #A6848 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/RequireThisCheckTest.java

    Severity Rule Message Line Col
    #A6849 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A6850 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A6851 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A6852 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A6853 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A6854 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A6855 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A6856 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A6857 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A6858 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A6859 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A6860 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A6861 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A6862 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A6863 warning AnnotationUseStyle Annotation must have closing parenthesis. 183
    #A6864 warning AnnotationUseStyle Annotation must have closing parenthesis. 183 5
    #A6865 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A6866 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5
    #A6867 warning AnnotationUseStyle Annotation must have closing parenthesis. 205
    #A6868 warning AnnotationUseStyle Annotation must have closing parenthesis. 205 5
    #A6869 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A6870 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A6871 warning AnnotationUseStyle Annotation must have closing parenthesis. 272
    #A6872 warning AnnotationUseStyle Annotation must have closing parenthesis. 272 5
    #A6873 warning AnnotationUseStyle Annotation must have closing parenthesis. 292
    #A6874 warning AnnotationUseStyle Annotation must have closing parenthesis. 292 5
    #A6875 warning AnnotationUseStyle Annotation must have closing parenthesis. 299
    #A6876 warning AnnotationUseStyle Annotation must have closing parenthesis. 299 5
    #A6877 warning AnnotationUseStyle Annotation must have closing parenthesis. 307
    #A6878 warning AnnotationUseStyle Annotation must have closing parenthesis. 307 5
    #A6879 warning AnnotationUseStyle Annotation must have closing parenthesis. 315
    #A6880 warning AnnotationUseStyle Annotation must have closing parenthesis. 315 5
    #A6881 warning AnnotationUseStyle Annotation must have closing parenthesis. 324
    #A6882 warning AnnotationUseStyle Annotation must have closing parenthesis. 324 5
    #A6883 warning AnnotationUseStyle Annotation must have closing parenthesis. 340
    #A6884 warning AnnotationUseStyle Annotation must have closing parenthesis. 340 5
    #A6885 warning AnnotationUseStyle Annotation must have closing parenthesis. 354
    #A6886 warning AnnotationUseStyle Annotation must have closing parenthesis. 354 5
    #A6887 warning AnnotationUseStyle Annotation must have closing parenthesis. 364
    #A6888 warning AnnotationUseStyle Annotation must have closing parenthesis. 364 5
    #A6889 warning AnnotationUseStyle Annotation must have closing parenthesis. 372
    #A6890 warning AnnotationUseStyle Annotation must have closing parenthesis. 372 5
    #A6891 warning AnnotationUseStyle Annotation must have closing parenthesis. 380
    #A6892 warning AnnotationUseStyle Annotation must have closing parenthesis. 380 5
    #A6893 warning AnnotationUseStyle Annotation must have closing parenthesis. 391
    #A6894 warning AnnotationUseStyle Annotation must have closing parenthesis. 391 5
    #A6895 warning AnnotationUseStyle Annotation must have closing parenthesis. 398
    #A6896 warning AnnotationUseStyle Annotation must have closing parenthesis. 398 5
    #A6897 warning AnnotationUseStyle Annotation must have closing parenthesis. 406
    #A6898 warning AnnotationUseStyle Annotation must have closing parenthesis. 406 5
    #A6899 warning AnnotationUseStyle Annotation must have closing parenthesis. 430
    #A6900 warning AnnotationUseStyle Annotation must have closing parenthesis. 430 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/ReturnCountCheckTest.java

    Severity Rule Message Line Col
    #A6901 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A6902 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A6903 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A6904 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A6905 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A6906 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A6907 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A6908 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A6909 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A6910 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A6911 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A6912 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A6913 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A6914 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A6915 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A6916 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A6917 warning AnnotationUseStyle Annotation must have closing parenthesis. 147
    #A6918 warning AnnotationUseStyle Annotation must have closing parenthesis. 147 5
    #A6919 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A6920 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A6921 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 170
    #A6922 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanExpressionCheckTest.java

    Severity Rule Message Line Col
    #A6923 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6924 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6925 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6926 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6927 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A6928 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/SimplifyBooleanReturnCheckTest.java

    Severity Rule Message Line Col
    #A6929 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6930 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6931 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6932 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6933 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A6934 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/StringLiteralEqualityCheckTest.java

    Severity Rule Message Line Col
    #A6935 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6936 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6937 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A6938 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A6939 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A6940 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/SuperCloneCheckTest.java

    Severity Rule Message Line Col
    #A6941 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A6942 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A6943 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A6944 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A6945 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A6946 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A6947 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A6948 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A6949 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A6950 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A6951 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 87
    #A6952 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/SuperFinalizeCheckTest.java

    Severity Rule Message Line Col
    #A6953 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A6954 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A6955 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6956 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheckTest.java

    Severity Rule Message Line Col
    #A6957 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A6958 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A6959 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A6960 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A6961 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A6962 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A6963 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A6964 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A6965 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A6966 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonAfterTypeMemberDeclarationCheckTest.java

    Severity Rule Message Line Col
    #A6967 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A6968 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A6969 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A6970 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A6971 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A6972 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInEnumerationCheckTest.java

    Severity Rule Message Line Col
    #A6973 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A6974 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A6975 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A6976 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A6977 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A6978 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInTryWithResourcesCheckTest.java

    Severity Rule Message Line Col
    #A6979 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A6980 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A6981 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A6982 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A6983 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A6984 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A6985 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A6986 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/VariableDeclarationUsageDistanceCheckTest.java

    Severity Rule Message Line Col
    #A6987 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A6988 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A6989 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A6990 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A6991 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A6992 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A6993 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A6994 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A6995 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A6996 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A6997 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A6998 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A6999 warning AnnotationUseStyle Annotation must have closing parenthesis. 234
    #A7000 warning AnnotationUseStyle Annotation must have closing parenthesis. 234 5
    #A7001 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A7002 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 5
    #A7003 warning AnnotationUseStyle Annotation must have closing parenthesis. 260
    #A7004 warning AnnotationUseStyle Annotation must have closing parenthesis. 260 5
    #A7005 warning AnnotationUseStyle Annotation must have closing parenthesis. 272
    #A7006 warning AnnotationUseStyle Annotation must have closing parenthesis. 272 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/DesignForExtensionCheckTest.java

    Severity Rule Message Line Col
    #A7007 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A7008 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A7009 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A7010 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A7011 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A7012 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A7013 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A7014 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A7015 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A7016 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A7017 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A7018 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A7019 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A7020 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A7021 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A7022 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/FinalClassCheckTest.java

    Severity Rule Message Line Col
    #A7023 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A7024 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A7025 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A7026 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A7027 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A7028 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A7029 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A7030 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A7031 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A7032 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A7033 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A7034 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A7035 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A7036 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A7037 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A7038 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/HideUtilityClassConstructorCheckTest.java

    Severity Rule Message Line Col
    #A7039 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A7040 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A7041 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A7042 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A7043 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A7044 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A7045 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A7046 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A7047 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A7048 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A7049 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A7050 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A7051 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A7052 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A7053 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A7054 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A7055 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A7056 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A7057 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A7058 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A7059 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A7060 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A7061 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A7062 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A7063 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A7064 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A7065 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A7066 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/InnerTypeLastCheckTest.java

    Severity Rule Message Line Col
    #A7067 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A7068 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A7069 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A7070 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A7071 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A7072 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A7073 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A7074 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A7075 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A7076 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A7077 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A7078 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A7079 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A7080 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/InterfaceIsTypeCheckTest.java

    Severity Rule Message Line Col
    #A7081 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A7082 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A7083 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A7084 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A7085 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A7086 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A7087 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A7088 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A7089 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A7090 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/MutableExceptionCheckTest.java

    Severity Rule Message Line Col
    #A7091 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A7092 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A7093 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A7094 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A7095 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A7096 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A7097 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A7098 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A7099 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A7100 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A7101 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A7102 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A7103 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A7104 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A7105 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A7106 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/OneTopLevelClassCheckTest.java

    Severity Rule Message Line Col
    #A7107 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A7108 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A7109 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A7110 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A7111 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A7112 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A7113 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A7114 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A7115 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A7116 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A7117 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A7118 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A7119 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A7120 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A7121 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A7122 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A7123 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A7124 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A7125 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A7126 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A7127 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A7128 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 5
    #A7129 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A7130 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5
    #A7131 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A7132 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/ThrowsCountCheckTest.java

    Severity Rule Message Line Col
    #A7133 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A7134 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A7135 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A7136 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A7137 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A7138 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A7139 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A7140 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A7141 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A7142 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A7143 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A7144 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A7145 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A7146 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A7147 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A7148 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/design/VisibilityModifierCheckTest.java

    Severity Rule Message Line Col
    #A7149 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A7150 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A7151 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A7152 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A7153 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A7154 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A7155 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A7156 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A7157 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A7158 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A7159 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A7160 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A7161 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A7162 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A7163 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A7164 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 5
    #A7165 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A7166 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A7167 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A7168 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A7169 warning AnnotationUseStyle Annotation must have closing parenthesis. 205
    #A7170 warning AnnotationUseStyle Annotation must have closing parenthesis. 205 5
    #A7171 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A7172 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A7173 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A7174 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 5
    #A7175 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A7176 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 5
    #A7177 warning AnnotationUseStyle Annotation must have closing parenthesis. 268
    #A7178 warning AnnotationUseStyle Annotation must have closing parenthesis. 268 5
    #A7179 warning AnnotationUseStyle Annotation must have closing parenthesis. 280
    #A7180 warning AnnotationUseStyle Annotation must have closing parenthesis. 280 5
    #A7181 warning AnnotationUseStyle Annotation must have closing parenthesis. 295
    #A7182 warning AnnotationUseStyle Annotation must have closing parenthesis. 295 5
    #A7183 warning AnnotationUseStyle Annotation must have closing parenthesis. 320
    #A7184 warning AnnotationUseStyle Annotation must have closing parenthesis. 320 5
    #A7185 warning AnnotationUseStyle Annotation must have closing parenthesis. 346
    #A7186 warning AnnotationUseStyle Annotation must have closing parenthesis. 346 5
    #A7187 warning AnnotationUseStyle Annotation must have closing parenthesis. 358
    #A7188 warning AnnotationUseStyle Annotation must have closing parenthesis. 358 5
    #A7189 warning AnnotationUseStyle Annotation must have closing parenthesis. 369
    #A7190 warning AnnotationUseStyle Annotation must have closing parenthesis. 369 5
    #A7191 warning AnnotationUseStyle Annotation must have closing parenthesis. 383
    #A7192 warning AnnotationUseStyle Annotation must have closing parenthesis. 383 5
    #A7193 warning AnnotationUseStyle Annotation must have closing parenthesis. 397
    #A7194 warning AnnotationUseStyle Annotation must have closing parenthesis. 397 5
    #A7195 warning AnnotationUseStyle Annotation must have closing parenthesis. 408
    #A7196 warning AnnotationUseStyle Annotation must have closing parenthesis. 408 5
    #A7197 warning AnnotationUseStyle Annotation must have closing parenthesis. 419
    #A7198 warning AnnotationUseStyle Annotation must have closing parenthesis. 419 5
    #A7199 warning AnnotationUseStyle Annotation must have closing parenthesis. 434
    #A7200 warning AnnotationUseStyle Annotation must have closing parenthesis. 434 5
    #A7201 warning AnnotationUseStyle Annotation must have closing parenthesis. 445
    #A7202 warning AnnotationUseStyle Annotation must have closing parenthesis. 445 5
    #A7203 warning AnnotationUseStyle Annotation must have closing parenthesis. 488
    #A7204 warning AnnotationUseStyle Annotation must have closing parenthesis. 488 5
    #A7205 warning AnnotationUseStyle Annotation must have closing parenthesis. 501
    #A7206 warning AnnotationUseStyle Annotation must have closing parenthesis. 501 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/header/HeaderCheckTest.java

    Severity Rule Message Line Col
    #A7207 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A7208 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A7209 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A7210 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A7211 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A7212 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A7213 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A7214 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A7215 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A7216 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A7217 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A7218 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A7219 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A7220 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A7221 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A7222 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A7223 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A7224 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 5
    #A7225 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A7226 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5
    #A7227 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A7228 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A7229 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A7230 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A7231 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A7232 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A7233 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A7234 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 5
    #A7235 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A7236 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 5
    #A7237 warning AnnotationUseStyle Annotation must have closing parenthesis. 242
    #A7238 warning AnnotationUseStyle Annotation must have closing parenthesis. 242 5
    #A7239 warning AnnotationUseStyle Annotation must have closing parenthesis. 251
    #A7240 warning AnnotationUseStyle Annotation must have closing parenthesis. 251 5
    #A7241 warning AnnotationUseStyle Annotation must have closing parenthesis. 266
    #A7242 warning AnnotationUseStyle Annotation must have closing parenthesis. 266 5
    #A7243 warning AnnotationUseStyle Annotation must have closing parenthesis. 273
    #A7244 warning AnnotationUseStyle Annotation must have closing parenthesis. 273 5
    #A7245 warning AnnotationUseStyle Annotation must have closing parenthesis. 280
    #A7246 warning AnnotationUseStyle Annotation must have closing parenthesis. 280 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/header/RegexpHeaderCheckTest.java

    Severity Rule Message Line Col
    #A7247 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A7248 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A7249 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A7250 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A7251 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A7252 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A7253 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A7254 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A7255 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A7256 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A7257 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A7258 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A7259 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A7260 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A7261 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A7262 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A7263 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A7264 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A7265 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A7266 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A7267 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A7268 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A7269 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A7270 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A7271 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A7272 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 5
    #A7273 warning AnnotationUseStyle Annotation must have closing parenthesis. 210
    #A7274 warning AnnotationUseStyle Annotation must have closing parenthesis. 210 5
    #A7275 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A7276 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 5
    #A7277 warning AnnotationUseStyle Annotation must have closing parenthesis. 229
    #A7278 warning AnnotationUseStyle Annotation must have closing parenthesis. 229 5
    #A7279 warning AnnotationUseStyle Annotation must have closing parenthesis. 239
    #A7280 warning AnnotationUseStyle Annotation must have closing parenthesis. 239 5
    #A7281 warning AnnotationUseStyle Annotation must have closing parenthesis. 249
    #A7282 warning AnnotationUseStyle Annotation must have closing parenthesis. 249 5
    #A7283 warning AnnotationUseStyle Annotation must have closing parenthesis. 259
    #A7284 warning AnnotationUseStyle Annotation must have closing parenthesis. 259 5
    #A7285 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A7286 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 5
    #A7287 warning AnnotationUseStyle Annotation must have closing parenthesis. 281
    #A7288 warning AnnotationUseStyle Annotation must have closing parenthesis. 281 5
    #A7289 warning AnnotationUseStyle Annotation must have closing parenthesis. 291
    #A7290 warning AnnotationUseStyle Annotation must have closing parenthesis. 291 5
    #A7291 warning AnnotationUseStyle Annotation must have closing parenthesis. 303
    #A7292 warning AnnotationUseStyle Annotation must have closing parenthesis. 303 5
    #A7293 warning AnnotationUseStyle Annotation must have closing parenthesis. 314
    #A7294 warning AnnotationUseStyle Annotation must have closing parenthesis. 314 5
    #A7295 warning AnnotationUseStyle Annotation must have closing parenthesis. 324
    #A7296 warning AnnotationUseStyle Annotation must have closing parenthesis. 324 5
    #A7297 warning AnnotationUseStyle Annotation must have closing parenthesis. 339
    #A7298 warning AnnotationUseStyle Annotation must have closing parenthesis. 339 5
    #A7299 warning AnnotationUseStyle Annotation must have closing parenthesis. 347
    #A7300 warning AnnotationUseStyle Annotation must have closing parenthesis. 347 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/AccessResultTest.java

    Severity Rule Message Line Col
    #A7301 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A7302 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A7303 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A7304 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStarImportCheckTest.java

    Severity Rule Message Line Col
    #A7305 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A7306 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A7307 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A7308 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A7309 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A7310 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A7311 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A7312 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A7313 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A7314 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A7315 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A7316 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A7317 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A7318 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/AvoidStaticImportCheckTest.java

    Severity Rule Message Line Col
    #A7319 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A7320 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A7321 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A7322 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A7323 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A7324 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A7325 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A7326 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A7327 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A7328 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A7329 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A7330 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A7331 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A7332 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A7333 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A7334 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/ClassImportRuleTest.java

    Severity Rule Message Line Col
    #A7335 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A7336 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A7337 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A7338 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A7339 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A7340 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/CustomImportOrderCheckTest.java

    Severity Rule Message Line Col
    #A7341 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A7342 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A7343 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A7344 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A7345 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A7346 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A7347 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A7348 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A7349 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A7350 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A7351 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A7352 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A7353 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A7354 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A7355 warning AnnotationUseStyle Annotation must have closing parenthesis. 212
    #A7356 warning AnnotationUseStyle Annotation must have closing parenthesis. 212 5
    #A7357 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A7358 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 5
    #A7359 warning AnnotationUseStyle Annotation must have closing parenthesis. 254
    #A7360 warning AnnotationUseStyle Annotation must have closing parenthesis. 254 5
    #A7361 warning AnnotationUseStyle Annotation must have closing parenthesis. 268
    #A7362 warning AnnotationUseStyle Annotation must have closing parenthesis. 268 5
    #A7363 warning AnnotationUseStyle Annotation must have closing parenthesis. 285
    #A7364 warning AnnotationUseStyle Annotation must have closing parenthesis. 285 5
    #A7365 warning AnnotationUseStyle Annotation must have closing parenthesis. 315
    #A7366 warning AnnotationUseStyle Annotation must have closing parenthesis. 315 5
    #A7367 warning AnnotationUseStyle Annotation must have closing parenthesis. 329
    #A7368 warning AnnotationUseStyle Annotation must have closing parenthesis. 329 5
    #A7369 warning AnnotationUseStyle Annotation must have closing parenthesis. 345
    #A7370 warning AnnotationUseStyle Annotation must have closing parenthesis. 345 5
    #A7371 warning AnnotationUseStyle Annotation must have closing parenthesis. 361
    #A7372 warning AnnotationUseStyle Annotation must have closing parenthesis. 361 5
    #A7373 warning AnnotationUseStyle Annotation must have closing parenthesis. 379
    #A7374 warning AnnotationUseStyle Annotation must have closing parenthesis. 379 5
    #A7375 warning AnnotationUseStyle Annotation must have closing parenthesis. 398
    #A7376 warning AnnotationUseStyle Annotation must have closing parenthesis. 398 5
    #A7377 warning AnnotationUseStyle Annotation must have closing parenthesis. 411
    #A7378 warning AnnotationUseStyle Annotation must have closing parenthesis. 411 5
    #A7379 warning AnnotationUseStyle Annotation must have closing parenthesis. 425
    #A7380 warning AnnotationUseStyle Annotation must have closing parenthesis. 425 5
    #A7381 warning AnnotationUseStyle Annotation must have closing parenthesis. 439
    #A7382 warning AnnotationUseStyle Annotation must have closing parenthesis. 439 5
    #A7383 warning AnnotationUseStyle Annotation must have closing parenthesis. 464
    #A7384 warning AnnotationUseStyle Annotation must have closing parenthesis. 464 5
    #A7385 warning AnnotationUseStyle Annotation must have closing parenthesis. 484
    #A7386 warning AnnotationUseStyle Annotation must have closing parenthesis. 484 5
    #A7387 warning AnnotationUseStyle Annotation must have closing parenthesis. 501
    #A7388 warning AnnotationUseStyle Annotation must have closing parenthesis. 501 5
    #A7389 warning AnnotationUseStyle Annotation must have closing parenthesis. 515
    #A7390 warning AnnotationUseStyle Annotation must have closing parenthesis. 515 5
    #A7391 warning AnnotationUseStyle Annotation must have closing parenthesis. 543
    #A7392 warning AnnotationUseStyle Annotation must have closing parenthesis. 543 5
    #A7393 warning AnnotationUseStyle Annotation must have closing parenthesis. 571
    #A7394 warning AnnotationUseStyle Annotation must have closing parenthesis. 571 5
    #A7395 warning AnnotationUseStyle Annotation must have closing parenthesis. 598
    #A7396 warning AnnotationUseStyle Annotation must have closing parenthesis. 598 5
    #A7397 warning AnnotationUseStyle Annotation must have closing parenthesis. 624
    #A7398 warning AnnotationUseStyle Annotation must have closing parenthesis. 624 5
    #A7399 warning AnnotationUseStyle Annotation must have closing parenthesis. 634
    #A7400 warning AnnotationUseStyle Annotation must have closing parenthesis. 634 5
    #A7401 warning AnnotationUseStyle Annotation must have closing parenthesis. 648
    #A7402 warning AnnotationUseStyle Annotation must have closing parenthesis. 648 5
    #A7403 warning AnnotationUseStyle Annotation must have closing parenthesis. 679
    #A7404 warning AnnotationUseStyle Annotation must have closing parenthesis. 679 5
    #A7405 warning AnnotationUseStyle Annotation must have closing parenthesis. 694
    #A7406 warning AnnotationUseStyle Annotation must have closing parenthesis. 694 5
    #A7407 warning AnnotationUseStyle Annotation must have closing parenthesis. 709
    #A7408 warning AnnotationUseStyle Annotation must have closing parenthesis. 709 5
    #A7409 warning AnnotationUseStyle Annotation must have closing parenthesis. 724
    #A7410 warning AnnotationUseStyle Annotation must have closing parenthesis. 724 5
    #A7411 warning AnnotationUseStyle Annotation must have closing parenthesis. 744
    #A7412 warning AnnotationUseStyle Annotation must have closing parenthesis. 744 5
    #A7413 warning AnnotationUseStyle Annotation must have closing parenthesis. 765
    #A7414 warning AnnotationUseStyle Annotation must have closing parenthesis. 765 5
    #A7415 warning AnnotationUseStyle Annotation must have closing parenthesis. 788
    #A7416 warning AnnotationUseStyle Annotation must have closing parenthesis. 788 5
    #A7417 warning AnnotationUseStyle Annotation must have closing parenthesis. 814
    #A7418 warning AnnotationUseStyle Annotation must have closing parenthesis. 814 5
    #A7419 warning AnnotationUseStyle Annotation must have closing parenthesis. 831
    #A7420 warning AnnotationUseStyle Annotation must have closing parenthesis. 831 5
    #A7421 warning AnnotationUseStyle Annotation must have closing parenthesis. 865
    #A7422 warning AnnotationUseStyle Annotation must have closing parenthesis. 865 5
    #A7423 warning AnnotationUseStyle Annotation must have closing parenthesis. 889
    #A7424 warning AnnotationUseStyle Annotation must have closing parenthesis. 889 5
    #A7425 warning AnnotationUseStyle Annotation must have closing parenthesis. 911
    #A7426 warning AnnotationUseStyle Annotation must have closing parenthesis. 911 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/FileImportControlTest.java

    Severity Rule Message Line Col
    #A7427 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A7428 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A7429 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A7430 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/IllegalImportCheckTest.java

    Severity Rule Message Line Col
    #A7431 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A7432 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A7433 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A7434 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A7435 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A7436 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A7437 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A7438 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A7439 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A7440 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A7441 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A7442 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A7443 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A7444 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A7445 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A7446 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A7447 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A7448 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportControlCheckTest.java

    Severity Rule Message Line Col
    #A7449 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A7450 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A7451 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A7452 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A7453 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A7454 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A7455 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A7456 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A7457 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A7458 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A7459 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A7460 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A7461 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A7462 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A7463 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A7464 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A7465 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A7466 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A7467 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A7468 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A7469 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A7470 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A7471 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A7472 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 5
    #A7473 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A7474 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A7475 warning AnnotationUseStyle Annotation must have closing parenthesis. 176
    #A7476 warning AnnotationUseStyle Annotation must have closing parenthesis. 176 5
    #A7477 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A7478 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 5
    #A7479 warning AnnotationUseStyle Annotation must have closing parenthesis. 198
    #A7480 warning AnnotationUseStyle Annotation must have closing parenthesis. 198 5
    #A7481 warning AnnotationUseStyle Annotation must have closing parenthesis. 211
    #A7482 warning AnnotationUseStyle Annotation must have closing parenthesis. 211 5
    #A7483 warning AnnotationUseStyle Annotation must have closing parenthesis. 223
    #A7484 warning AnnotationUseStyle Annotation must have closing parenthesis. 223 5
    #A7485 warning AnnotationUseStyle Annotation must have closing parenthesis. 234
    #A7486 warning AnnotationUseStyle Annotation must have closing parenthesis. 234 5
    #A7487 warning AnnotationUseStyle Annotation must have closing parenthesis. 246
    #A7488 warning AnnotationUseStyle Annotation must have closing parenthesis. 246 5
    #A7489 warning AnnotationUseStyle Annotation must have closing parenthesis. 251
    #A7490 warning AnnotationUseStyle Annotation must have closing parenthesis. 251 5
    #A7491 warning AnnotationUseStyle Annotation must have closing parenthesis. 256
    #A7492 warning AnnotationUseStyle Annotation must have closing parenthesis. 256 5
    #A7493 warning AnnotationUseStyle Annotation must have closing parenthesis. 270
    #A7494 warning AnnotationUseStyle Annotation must have closing parenthesis. 270 5
    #A7495 warning AnnotationUseStyle Annotation must have closing parenthesis. 284
    #A7496 warning AnnotationUseStyle Annotation must have closing parenthesis. 284 5
    #A7497 warning AnnotationUseStyle Annotation must have closing parenthesis. 293
    #A7498 warning AnnotationUseStyle Annotation must have closing parenthesis. 293 5
    #A7499 warning AnnotationUseStyle Annotation must have closing parenthesis. 312
    #A7500 warning AnnotationUseStyle Annotation must have closing parenthesis. 312 5
    #A7501 warning AnnotationUseStyle Annotation must have closing parenthesis. 321
    #A7502 warning AnnotationUseStyle Annotation must have closing parenthesis. 321 5
    #A7503 warning AnnotationUseStyle Annotation must have closing parenthesis. 340
    #A7504 warning AnnotationUseStyle Annotation must have closing parenthesis. 340 5
    #A7505 warning AnnotationUseStyle Annotation must have closing parenthesis. 365
    #A7506 warning AnnotationUseStyle Annotation must have closing parenthesis. 365 5
    #A7507 warning AnnotationUseStyle Annotation must have closing parenthesis. 375
    #A7508 warning AnnotationUseStyle Annotation must have closing parenthesis. 375 5
    #A7509 warning AnnotationUseStyle Annotation must have closing parenthesis. 385
    #A7510 warning AnnotationUseStyle Annotation must have closing parenthesis. 385 5
    #A7511 warning AnnotationUseStyle Annotation must have closing parenthesis. 395
    #A7512 warning AnnotationUseStyle Annotation must have closing parenthesis. 395 5
    #A7513 warning AnnotationUseStyle Annotation must have closing parenthesis. 405
    #A7514 warning AnnotationUseStyle Annotation must have closing parenthesis. 405 5
    #A7515 warning AnnotationUseStyle Annotation must have closing parenthesis. 418
    #A7516 warning AnnotationUseStyle Annotation must have closing parenthesis. 418 5
    #A7517 warning AnnotationUseStyle Annotation must have closing parenthesis. 429
    #A7518 warning AnnotationUseStyle Annotation must have closing parenthesis. 429 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportControlLoaderTest.java

    Severity Rule Message Line Col
    #A7519 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A7520 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A7521 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A7522 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A7523 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A7524 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A7525 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A7526 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A7527 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A7528 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 13
    #A7529 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A7530 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/ImportOrderCheckTest.java

    Severity Rule Message Line Col
    #A7531 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A7532 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A7533 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A7534 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A7535 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A7536 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A7537 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A7538 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A7539 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A7540 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A7541 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A7542 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A7543 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A7544 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A7545 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A7546 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A7547 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A7548 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A7549 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A7550 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A7551 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A7552 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A7553 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A7554 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A7555 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A7556 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 5
    #A7557 warning AnnotationUseStyle Annotation must have closing parenthesis. 209
    #A7558 warning AnnotationUseStyle Annotation must have closing parenthesis. 209 5
    #A7559 warning AnnotationUseStyle Annotation must have closing parenthesis. 231
    #A7560 warning AnnotationUseStyle Annotation must have closing parenthesis. 231 5
    #A7561 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A7562 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A7563 warning AnnotationUseStyle Annotation must have closing parenthesis. 263
    #A7564 warning AnnotationUseStyle Annotation must have closing parenthesis. 263 5
    #A7565 warning AnnotationUseStyle Annotation must have closing parenthesis. 283
    #A7566 warning AnnotationUseStyle Annotation must have closing parenthesis. 283 5
    #A7567 warning AnnotationUseStyle Annotation must have closing parenthesis. 299
    #A7568 warning AnnotationUseStyle Annotation must have closing parenthesis. 299 5
    #A7569 warning AnnotationUseStyle Annotation must have closing parenthesis. 317
    #A7570 warning AnnotationUseStyle Annotation must have closing parenthesis. 317 5
    #A7571 warning AnnotationUseStyle Annotation must have closing parenthesis. 328
    #A7572 warning AnnotationUseStyle Annotation must have closing parenthesis. 328 5
    #A7573 warning AnnotationUseStyle Annotation must have closing parenthesis. 340
    #A7574 warning AnnotationUseStyle Annotation must have closing parenthesis. 340 5
    #A7575 warning AnnotationUseStyle Annotation must have closing parenthesis. 351
    #A7576 warning AnnotationUseStyle Annotation must have closing parenthesis. 351 5
    #A7577 warning AnnotationUseStyle Annotation must have closing parenthesis. 364
    #A7578 warning AnnotationUseStyle Annotation must have closing parenthesis. 364 5
    #A7579 warning AnnotationUseStyle Annotation must have closing parenthesis. 373
    #A7580 warning AnnotationUseStyle Annotation must have closing parenthesis. 373 5
    #A7581 warning AnnotationUseStyle Annotation must have closing parenthesis. 388
    #A7582 warning AnnotationUseStyle Annotation must have closing parenthesis. 388 5
    #A7583 warning AnnotationUseStyle Annotation must have closing parenthesis. 401
    #A7584 warning AnnotationUseStyle Annotation must have closing parenthesis. 401 5
    #A7585 warning AnnotationUseStyle Annotation must have closing parenthesis. 415
    #A7586 warning AnnotationUseStyle Annotation must have closing parenthesis. 415 5
    #A7587 warning AnnotationUseStyle Annotation must have closing parenthesis. 434
    #A7588 warning AnnotationUseStyle Annotation must have closing parenthesis. 434 5
    #A7589 warning AnnotationUseStyle Annotation must have closing parenthesis. 453
    #A7590 warning AnnotationUseStyle Annotation must have closing parenthesis. 453 5
    #A7591 warning AnnotationUseStyle Annotation must have closing parenthesis. 468
    #A7592 warning AnnotationUseStyle Annotation must have closing parenthesis. 468 5
    #A7593 warning AnnotationUseStyle Annotation must have closing parenthesis. 481
    #A7594 warning AnnotationUseStyle Annotation must have closing parenthesis. 481 5
    #A7595 warning AnnotationUseStyle Annotation must have closing parenthesis. 491
    #A7596 warning AnnotationUseStyle Annotation must have closing parenthesis. 491 5
    #A7597 warning AnnotationUseStyle Annotation must have closing parenthesis. 503
    #A7598 warning AnnotationUseStyle Annotation must have closing parenthesis. 503 5
    #A7599 warning AnnotationUseStyle Annotation must have closing parenthesis. 516
    #A7600 warning AnnotationUseStyle Annotation must have closing parenthesis. 516 5
    #A7601 warning AnnotationUseStyle Annotation must have closing parenthesis. 532
    #A7602 warning AnnotationUseStyle Annotation must have closing parenthesis. 532 5
    #A7603 warning AnnotationUseStyle Annotation must have closing parenthesis. 546
    #A7604 warning AnnotationUseStyle Annotation must have closing parenthesis. 546 5
    #A7605 warning AnnotationUseStyle Annotation must have closing parenthesis. 561
    #A7606 warning AnnotationUseStyle Annotation must have closing parenthesis. 561 5
    #A7607 warning AnnotationUseStyle Annotation must have closing parenthesis. 575
    #A7608 warning AnnotationUseStyle Annotation must have closing parenthesis. 575 5
    #A7609 warning AnnotationUseStyle Annotation must have closing parenthesis. 590
    #A7610 warning AnnotationUseStyle Annotation must have closing parenthesis. 590 5
    #A7611 warning AnnotationUseStyle Annotation must have closing parenthesis. 607
    #A7612 warning AnnotationUseStyle Annotation must have closing parenthesis. 607 5
    #A7613 warning AnnotationUseStyle Annotation must have closing parenthesis. 630
    #A7614 warning AnnotationUseStyle Annotation must have closing parenthesis. 630 5
    #A7615 warning AnnotationUseStyle Annotation must have closing parenthesis. 640
    #A7616 warning AnnotationUseStyle Annotation must have closing parenthesis. 640 5
    #A7617 warning AnnotationUseStyle Annotation must have closing parenthesis. 660
    #A7618 warning AnnotationUseStyle Annotation must have closing parenthesis. 660 5
    #A7619 warning AnnotationUseStyle Annotation must have closing parenthesis. 705
    #A7620 warning AnnotationUseStyle Annotation must have closing parenthesis. 705 5
    #A7621 warning AnnotationUseStyle Annotation must have closing parenthesis. 719
    #A7622 warning AnnotationUseStyle Annotation must have closing parenthesis. 719 5
    #A7623 warning AnnotationUseStyle Annotation must have closing parenthesis. 733
    #A7624 warning AnnotationUseStyle Annotation must have closing parenthesis. 733 5
    #A7625 warning AnnotationUseStyle Annotation must have closing parenthesis. 750
    #A7626 warning AnnotationUseStyle Annotation must have closing parenthesis. 750 5
    #A7627 warning AnnotationUseStyle Annotation must have closing parenthesis. 764
    #A7628 warning AnnotationUseStyle Annotation must have closing parenthesis. 764 5
    #A7629 warning AnnotationUseStyle Annotation must have closing parenthesis. 781
    #A7630 warning AnnotationUseStyle Annotation must have closing parenthesis. 781 5
    #A7631 warning AnnotationUseStyle Annotation must have closing parenthesis. 797
    #A7632 warning AnnotationUseStyle Annotation must have closing parenthesis. 797 5
    #A7633 warning AnnotationUseStyle Annotation must have closing parenthesis. 811
    #A7634 warning AnnotationUseStyle Annotation must have closing parenthesis. 811 5
    #A7635 warning AnnotationUseStyle Annotation must have closing parenthesis. 823
    #A7636 warning AnnotationUseStyle Annotation must have closing parenthesis. 823 5
    #A7637 warning AnnotationUseStyle Annotation must have closing parenthesis. 839
    #A7638 warning AnnotationUseStyle Annotation must have closing parenthesis. 839 5
    #A7639 warning AnnotationUseStyle Annotation must have closing parenthesis. 856
    #A7640 warning AnnotationUseStyle Annotation must have closing parenthesis. 856 5
    #A7641 warning AnnotationUseStyle Annotation must have closing parenthesis. 868
    #A7642 warning AnnotationUseStyle Annotation must have closing parenthesis. 868 5
    #A7643 warning AnnotationUseStyle Annotation must have closing parenthesis. 886
    #A7644 warning AnnotationUseStyle Annotation must have closing parenthesis. 886 5
    #A7645 warning AnnotationUseStyle Annotation must have closing parenthesis. 902
    #A7646 warning AnnotationUseStyle Annotation must have closing parenthesis. 902 5
    #A7647 warning AnnotationUseStyle Annotation must have closing parenthesis. 919
    #A7648 warning AnnotationUseStyle Annotation must have closing parenthesis. 919 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/PkgImportControlTest.java

    Severity Rule Message Line Col
    #A7649 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A7650 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A7651 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A7652 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A7653 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A7654 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A7655 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A7656 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A7657 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A7658 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A7659 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A7660 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A7661 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A7662 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A7663 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A7664 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 5
    #A7665 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A7666 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A7667 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A7668 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 5
    #A7669 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A7670 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A7671 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A7672 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 5
    #A7673 warning AnnotationUseStyle Annotation must have closing parenthesis. 214
    #A7674 warning AnnotationUseStyle Annotation must have closing parenthesis. 214 5
    #A7675 warning AnnotationUseStyle Annotation must have closing parenthesis. 228
    #A7676 warning AnnotationUseStyle Annotation must have closing parenthesis. 228 5
    #A7677 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A7678 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/PkgImportRuleTest.java

    Severity Rule Message Line Col
    #A7679 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A7680 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A7681 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A7682 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A7683 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A7684 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A7685 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A7686 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A7687 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A7688 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A7689 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A7690 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/RedundantImportCheckTest.java

    Severity Rule Message Line Col
    #A7691 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A7692 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A7693 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A7694 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A7695 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A7696 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A7697 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A7698 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A7699 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A7700 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A7701 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A7702 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/imports/UnusedImportsCheckTest.java

    Severity Rule Message Line Col
    #A7703 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A7704 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A7705 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A7706 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A7707 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A7708 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A7709 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A7710 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A7711 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A7712 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A7713 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A7714 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A7715 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A7716 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5
    #A7717 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A7718 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A7719 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A7720 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A7721 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A7722 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A7723 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A7724 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A7725 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A7726 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 5
    #A7727 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A7728 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 5
    #A7729 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A7730 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/indentation/CommentsIndentationCheckTest.java

    Severity Rule Message Line Col
    #A7731 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A7732 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A7733 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A7734 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A7735 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A7736 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A7737 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A7738 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A7739 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A7740 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A7741 warning AnnotationUseStyle Annotation must have closing parenthesis. 166
    #A7742 warning AnnotationUseStyle Annotation must have closing parenthesis. 166 5
    #A7743 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A7744 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A7745 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A7746 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5
    #A7747 warning AnnotationUseStyle Annotation must have closing parenthesis. 209
    #A7748 warning AnnotationUseStyle Annotation must have closing parenthesis. 209 5
    #A7749 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A7750 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A7751 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A7752 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 5
    #A7753 warning AnnotationUseStyle Annotation must have closing parenthesis. 265
    #A7754 warning AnnotationUseStyle Annotation must have closing parenthesis. 265 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/indentation/IndentationCheckTest.java

    Severity Rule Message Line Col
    #A7755 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A7756 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A7757 warning AnnotationUseStyle Annotation must have closing parenthesis. 173
    #A7758 warning AnnotationUseStyle Annotation must have closing parenthesis. 173 5
    #A7759 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A7760 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 5
    #A7761 warning AnnotationUseStyle Annotation must have closing parenthesis. 195
    #A7762 warning AnnotationUseStyle Annotation must have closing parenthesis. 195 5
    #A7763 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A7764 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5
    #A7765 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A7766 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 5
    #A7767 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A7768 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 5
    #A7769 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A7770 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 5
    #A7771 warning AnnotationUseStyle Annotation must have closing parenthesis. 277
    #A7772 warning AnnotationUseStyle Annotation must have closing parenthesis. 277 5
    #A7773 warning AnnotationUseStyle Annotation must have closing parenthesis. 297
    #A7774 warning AnnotationUseStyle Annotation must have closing parenthesis. 297 5
    #A7775 warning AnnotationUseStyle Annotation must have closing parenthesis. 317
    #A7776 warning AnnotationUseStyle Annotation must have closing parenthesis. 317 5
    #A7777 warning AnnotationUseStyle Annotation must have closing parenthesis. 339
    #A7778 warning AnnotationUseStyle Annotation must have closing parenthesis. 339 5
    #A7779 warning AnnotationUseStyle Annotation must have closing parenthesis. 355
    #A7780 warning AnnotationUseStyle Annotation must have closing parenthesis. 355 5
    #A7781 warning AnnotationUseStyle Annotation must have closing parenthesis. 371
    #A7782 warning AnnotationUseStyle Annotation must have closing parenthesis. 371 5
    #A7783 warning AnnotationUseStyle Annotation must have closing parenthesis. 387
    #A7784 warning AnnotationUseStyle Annotation must have closing parenthesis. 387 5
    #A7785 warning AnnotationUseStyle Annotation must have closing parenthesis. 403
    #A7786 warning AnnotationUseStyle Annotation must have closing parenthesis. 403 5
    #A7787 warning AnnotationUseStyle Annotation must have closing parenthesis. 419
    #A7788 warning AnnotationUseStyle Annotation must have closing parenthesis. 419 5
    #A7789 warning AnnotationUseStyle Annotation must have closing parenthesis. 435
    #A7790 warning AnnotationUseStyle Annotation must have closing parenthesis. 435 5
    #A7791 warning AnnotationUseStyle Annotation must have closing parenthesis. 451
    #A7792 warning AnnotationUseStyle Annotation must have closing parenthesis. 451 5
    #A7793 warning AnnotationUseStyle Annotation must have closing parenthesis. 483
    #A7794 warning AnnotationUseStyle Annotation must have closing parenthesis. 483 5
    #A7795 warning AnnotationUseStyle Annotation must have closing parenthesis. 503
    #A7796 warning AnnotationUseStyle Annotation must have closing parenthesis. 503 5
    #A7797 warning AnnotationUseStyle Annotation must have closing parenthesis. 526
    #A7798 warning AnnotationUseStyle Annotation must have closing parenthesis. 526 5
    #A7799 warning AnnotationUseStyle Annotation must have closing parenthesis. 546
    #A7800 warning AnnotationUseStyle Annotation must have closing parenthesis. 546 5
    #A7801 warning AnnotationUseStyle Annotation must have closing parenthesis. 562
    #A7802 warning AnnotationUseStyle Annotation must have closing parenthesis. 562 5
    #A7803 warning AnnotationUseStyle Annotation must have closing parenthesis. 581
    #A7804 warning AnnotationUseStyle Annotation must have closing parenthesis. 581 5
    #A7805 warning AnnotationUseStyle Annotation must have closing parenthesis. 599
    #A7806 warning AnnotationUseStyle Annotation must have closing parenthesis. 599 5
    #A7807 warning AnnotationUseStyle Annotation must have closing parenthesis. 620
    #A7808 warning AnnotationUseStyle Annotation must have closing parenthesis. 620 5
    #A7809 warning AnnotationUseStyle Annotation must have closing parenthesis. 672
    #A7810 warning AnnotationUseStyle Annotation must have closing parenthesis. 672 5
    #A7811 warning AnnotationUseStyle Annotation must have closing parenthesis. 719
    #A7812 warning AnnotationUseStyle Annotation must have closing parenthesis. 719 5
    #A7813 warning AnnotationUseStyle Annotation must have closing parenthesis. 737
    #A7814 warning AnnotationUseStyle Annotation must have closing parenthesis. 737 5
    #A7815 warning AnnotationUseStyle Annotation must have closing parenthesis. 755
    #A7816 warning AnnotationUseStyle Annotation must have closing parenthesis. 755 5
    #A7817 warning AnnotationUseStyle Annotation must have closing parenthesis. 773
    #A7818 warning AnnotationUseStyle Annotation must have closing parenthesis. 773 5
    #A7819 warning AnnotationUseStyle Annotation must have closing parenthesis. 825
    #A7820 warning AnnotationUseStyle Annotation must have closing parenthesis. 825 5
    #A7821 warning AnnotationUseStyle Annotation must have closing parenthesis. 843
    #A7822 warning AnnotationUseStyle Annotation must have closing parenthesis. 843 5
    #A7823 warning AnnotationUseStyle Annotation must have closing parenthesis. 890
    #A7824 warning AnnotationUseStyle Annotation must have closing parenthesis. 890 5
    #A7825 warning AnnotationUseStyle Annotation must have closing parenthesis. 945
    #A7826 warning AnnotationUseStyle Annotation must have closing parenthesis. 945 5
    #A7827 warning AnnotationUseStyle Annotation must have closing parenthesis. 1010
    #A7828 warning AnnotationUseStyle Annotation must have closing parenthesis. 1010 5
    #A7829 warning AnnotationUseStyle Annotation must have closing parenthesis. 1107
    #A7830 warning AnnotationUseStyle Annotation must have closing parenthesis. 1107 5
    #A7831 warning AnnotationUseStyle Annotation must have closing parenthesis. 1158
    #A7832 warning AnnotationUseStyle Annotation must have closing parenthesis. 1158 5
    #A7833 warning AnnotationUseStyle Annotation must have closing parenthesis. 1175
    #A7834 warning AnnotationUseStyle Annotation must have closing parenthesis. 1175 5
    #A7835 warning AnnotationUseStyle Annotation must have closing parenthesis. 1227
    #A7836 warning AnnotationUseStyle Annotation must have closing parenthesis. 1227 5
    #A7837 warning AnnotationUseStyle Annotation must have closing parenthesis. 1245
    #A7838 warning AnnotationUseStyle Annotation must have closing parenthesis. 1245 5
    #A7839 warning AnnotationUseStyle Annotation must have closing parenthesis. 1263
    #A7840 warning AnnotationUseStyle Annotation must have closing parenthesis. 1263 5
    #A7841 warning AnnotationUseStyle Annotation must have closing parenthesis. 1299
    #A7842 warning AnnotationUseStyle Annotation must have closing parenthesis. 1299 5
    #A7843 warning AnnotationUseStyle Annotation must have closing parenthesis. 1317
    #A7844 warning AnnotationUseStyle Annotation must have closing parenthesis. 1317 5
    #A7845 warning AnnotationUseStyle Annotation must have closing parenthesis. 1335
    #A7846 warning AnnotationUseStyle Annotation must have closing parenthesis. 1335 5
    #A7847 warning AnnotationUseStyle Annotation must have closing parenthesis. 1356
    #A7848 warning AnnotationUseStyle Annotation must have closing parenthesis. 1356 5
    #A7849 warning AnnotationUseStyle Annotation must have closing parenthesis. 1374
    #A7850 warning AnnotationUseStyle Annotation must have closing parenthesis. 1374 5
    #A7851 warning AnnotationUseStyle Annotation must have closing parenthesis. 1392
    #A7852 warning AnnotationUseStyle Annotation must have closing parenthesis. 1392 5
    #A7853 warning AnnotationUseStyle Annotation must have closing parenthesis. 1410
    #A7854 warning AnnotationUseStyle Annotation must have closing parenthesis. 1410 5
    #A7855 warning AnnotationUseStyle Annotation must have closing parenthesis. 1428
    #A7856 warning AnnotationUseStyle Annotation must have closing parenthesis. 1428 5
    #A7857 warning AnnotationUseStyle Annotation must have closing parenthesis. 1444
    #A7858 warning AnnotationUseStyle Annotation must have closing parenthesis. 1444 5
    #A7859 warning AnnotationUseStyle Annotation must have closing parenthesis. 1471
    #A7860 warning AnnotationUseStyle Annotation must have closing parenthesis. 1471 5
    #A7861 warning AnnotationUseStyle Annotation must have closing parenthesis. 1489
    #A7862 warning AnnotationUseStyle Annotation must have closing parenthesis. 1489 5
    #A7863 warning AnnotationUseStyle Annotation must have closing parenthesis. 1507
    #A7864 warning AnnotationUseStyle Annotation must have closing parenthesis. 1507 5
    #A7865 warning AnnotationUseStyle Annotation must have closing parenthesis. 1528
    #A7866 warning AnnotationUseStyle Annotation must have closing parenthesis. 1528 5
    #A7867 warning AnnotationUseStyle Annotation must have closing parenthesis. 1540
    #A7868 warning AnnotationUseStyle Annotation must have closing parenthesis. 1540 5
    #A7869 warning AnnotationUseStyle Annotation must have closing parenthesis. 1556
    #A7870 warning AnnotationUseStyle Annotation must have closing parenthesis. 1556 5
    #A7871 warning AnnotationUseStyle Annotation must have closing parenthesis. 1572
    #A7872 warning AnnotationUseStyle Annotation must have closing parenthesis. 1572 5
    #A7873 warning AnnotationUseStyle Annotation must have closing parenthesis. 1589
    #A7874 warning AnnotationUseStyle Annotation must have closing parenthesis. 1589 5
    #A7875 warning AnnotationUseStyle Annotation must have closing parenthesis. 1606
    #A7876 warning AnnotationUseStyle Annotation must have closing parenthesis. 1606 5
    #A7877 warning AnnotationUseStyle Annotation must have closing parenthesis. 1624
    #A7878 warning AnnotationUseStyle Annotation must have closing parenthesis. 1624 5
    #A7879 warning AnnotationUseStyle Annotation must have closing parenthesis. 1639
    #A7880 warning AnnotationUseStyle Annotation must have closing parenthesis. 1639 5
    #A7881 warning AnnotationUseStyle Annotation must have closing parenthesis. 1660
    #A7882 warning AnnotationUseStyle Annotation must have closing parenthesis. 1660 5
    #A7883 warning AnnotationUseStyle Annotation must have closing parenthesis. 1683
    #A7884 warning AnnotationUseStyle Annotation must have closing parenthesis. 1683 5
    #A7885 warning AnnotationUseStyle Annotation must have closing parenthesis. 1691
    #A7886 warning AnnotationUseStyle Annotation must have closing parenthesis. 1691 5
    #A7887 warning AnnotationUseStyle Annotation must have closing parenthesis. 1701
    #A7888 warning AnnotationUseStyle Annotation must have closing parenthesis. 1701 5
    #A7889 warning AnnotationUseStyle Annotation must have closing parenthesis. 1712
    #A7890 warning AnnotationUseStyle Annotation must have closing parenthesis. 1712 5
    #A7891 warning AnnotationUseStyle Annotation must have closing parenthesis. 1720
    #A7892 warning AnnotationUseStyle Annotation must have closing parenthesis. 1720 5
    #A7893 warning AnnotationUseStyle Annotation must have closing parenthesis. 1731
    #A7894 warning AnnotationUseStyle Annotation must have closing parenthesis. 1731 5
    #A7895 warning AnnotationUseStyle Annotation must have closing parenthesis. 1752
    #A7896 warning AnnotationUseStyle Annotation must have closing parenthesis. 1752 5
    #A7897 warning AnnotationUseStyle Annotation must have closing parenthesis. 1762
    #A7898 warning AnnotationUseStyle Annotation must have closing parenthesis. 1762 5
    #A7899 warning AnnotationUseStyle Annotation must have closing parenthesis. 1771
    #A7900 warning AnnotationUseStyle Annotation must have closing parenthesis. 1771 5
    #A7901 warning AnnotationUseStyle Annotation must have closing parenthesis. 1780
    #A7902 warning AnnotationUseStyle Annotation must have closing parenthesis. 1780 5
    #A7903 warning AnnotationUseStyle Annotation must have closing parenthesis. 1790
    #A7904 warning AnnotationUseStyle Annotation must have closing parenthesis. 1790 5
    #A7905 warning AnnotationUseStyle Annotation must have closing parenthesis. 1800
    #A7906 warning AnnotationUseStyle Annotation must have closing parenthesis. 1800 5
    #A7907 warning AnnotationUseStyle Annotation must have closing parenthesis. 1812
    #A7908 warning AnnotationUseStyle Annotation must have closing parenthesis. 1812 5
    #A7909 warning AnnotationUseStyle Annotation must have closing parenthesis. 1828
    #A7910 warning AnnotationUseStyle Annotation must have closing parenthesis. 1828 5
    #A7911 warning AnnotationUseStyle Annotation must have closing parenthesis. 1845
    #A7912 warning AnnotationUseStyle Annotation must have closing parenthesis. 1845 5
    #A7913 warning AnnotationUseStyle Annotation must have closing parenthesis. 1858
    #A7914 warning AnnotationUseStyle Annotation must have closing parenthesis. 1858 5
    #A7915 warning AnnotationUseStyle Annotation must have closing parenthesis. 1902
    #A7916 warning AnnotationUseStyle Annotation must have closing parenthesis. 1902 5
    #A7917 warning AnnotationUseStyle Annotation must have closing parenthesis. 1937
    #A7918 warning AnnotationUseStyle Annotation must have closing parenthesis. 1937 5
    #A7919 warning AnnotationUseStyle Annotation must have closing parenthesis. 1976
    #A7920 warning AnnotationUseStyle Annotation must have closing parenthesis. 1976 5
    #A7921 warning AnnotationUseStyle Annotation must have closing parenthesis. 1998
    #A7922 warning AnnotationUseStyle Annotation must have closing parenthesis. 1998 5
    #A7923 warning AnnotationUseStyle Annotation must have closing parenthesis. 2006
    #A7924 warning AnnotationUseStyle Annotation must have closing parenthesis. 2006 5
    #A7925 warning AnnotationUseStyle Annotation must have closing parenthesis. 2019
    #A7926 warning AnnotationUseStyle Annotation must have closing parenthesis. 2019 5
    #A7927 warning AnnotationUseStyle Annotation must have closing parenthesis. 2052
    #A7928 warning AnnotationUseStyle Annotation must have closing parenthesis. 2052 9
    #A7929 warning AnnotationUseStyle Annotation must have closing parenthesis. 2057
    #A7930 warning AnnotationUseStyle Annotation must have closing parenthesis. 2057 9
    #A7931 warning AnnotationUseStyle Annotation must have closing parenthesis. 2062
    #A7932 warning AnnotationUseStyle Annotation must have closing parenthesis. 2062 9
    #A7933 warning AnnotationUseStyle Annotation must have closing parenthesis. 2067
    #A7934 warning AnnotationUseStyle Annotation must have closing parenthesis. 2067 9
    #A7935 warning AnnotationUseStyle Annotation must have closing parenthesis. 2072
    #A7936 warning AnnotationUseStyle Annotation must have closing parenthesis. 2072 9
    #A7937 warning AnnotationUseStyle Annotation must have closing parenthesis. 2097
    #A7938 warning AnnotationUseStyle Annotation must have closing parenthesis. 2097 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/indentation/LineSetTest.java

    Severity Rule Message Line Col
    #A7939 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A7940 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/AbstractJavadocCheckTest.java

    Severity Rule Message Line Col
    #A7941 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 57
    #A7942 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 57 1
    #A7943 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A7944 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A7945 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A7946 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A7947 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A7948 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A7949 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A7950 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 23
    #A7951 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A7952 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A7953 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A7954 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A7955 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A7956 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A7957 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A7958 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A7959 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A7960 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 35
    #A7961 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A7962 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A7963 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A7964 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A7965 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A7966 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 32
    #A7967 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A7968 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A7969 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A7970 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 13
    #A7971 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A7972 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 5
    #A7973 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A7974 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A7975 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A7976 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A7977 warning AnnotationUseStyle Annotation must have closing parenthesis. 214
    #A7978 warning AnnotationUseStyle Annotation must have closing parenthesis. 214 5
    #A7979 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A7980 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 5
    #A7981 warning AnnotationUseStyle Annotation must have closing parenthesis. 228
    #A7982 warning AnnotationUseStyle Annotation must have closing parenthesis. 228 13
    #A7983 warning AnnotationUseStyle Annotation must have closing parenthesis. 233
    #A7984 warning AnnotationUseStyle Annotation must have closing parenthesis. 233 13
    #A7985 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A7986 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 5
    #A7987 warning AnnotationUseStyle Annotation must have closing parenthesis. 272
    #A7988 warning AnnotationUseStyle Annotation must have closing parenthesis. 272 5
    #A7989 warning AnnotationUseStyle Annotation must have closing parenthesis. 283
    #A7990 warning AnnotationUseStyle Annotation must have closing parenthesis. 283 5
    #A7991 warning AnnotationUseStyle Annotation must have closing parenthesis. 304
    #A7992 warning AnnotationUseStyle Annotation must have closing parenthesis. 304 5
    #A7993 warning AnnotationUseStyle Annotation must have closing parenthesis. 317
    #A7994 warning AnnotationUseStyle Annotation must have closing parenthesis. 317 5
    #A7995 warning AnnotationUseStyle Annotation must have closing parenthesis. 348
    #A7996 warning AnnotationUseStyle Annotation must have closing parenthesis. 348 5
    #A7997 warning AnnotationUseStyle Annotation must have closing parenthesis. 362
    #A7998 warning AnnotationUseStyle Annotation must have closing parenthesis. 362 5
    #A7999 warning AnnotationUseStyle Annotation must have closing parenthesis. 382
    #A8000 warning AnnotationUseStyle Annotation must have closing parenthesis. 382 5
    #A8001 warning AnnotationUseStyle Annotation must have closing parenthesis. 390
    #A8002 warning AnnotationUseStyle Annotation must have closing parenthesis. 390 5
    #A8003 warning AnnotationUseStyle Annotation must have closing parenthesis. 417
    #A8004 warning AnnotationUseStyle Annotation must have closing parenthesis. 417 5
    #A8005 warning AnnotationUseStyle Annotation must have closing parenthesis. 471
    #A8006 warning AnnotationUseStyle Annotation must have closing parenthesis. 471 9
    #A8007 warning AnnotationUseStyle Annotation must have closing parenthesis. 476
    #A8008 warning AnnotationUseStyle Annotation must have closing parenthesis. 476 9
    #A8009 warning AnnotationUseStyle Annotation must have closing parenthesis. 491
    #A8010 warning AnnotationUseStyle Annotation must have closing parenthesis. 491 9
    #A8011 warning AnnotationUseStyle Annotation must have closing parenthesis. 496
    #A8012 warning AnnotationUseStyle Annotation must have closing parenthesis. 496 9
    #A8013 warning AnnotationUseStyle Annotation must have closing parenthesis. 509
    #A8014 warning AnnotationUseStyle Annotation must have closing parenthesis. 509 9
    #A8015 warning AnnotationUseStyle Annotation must have closing parenthesis. 514
    #A8016 warning AnnotationUseStyle Annotation must have closing parenthesis. 514 9
    #A8017 warning AnnotationUseStyle Annotation must have closing parenthesis. 519
    #A8018 warning AnnotationUseStyle Annotation must have closing parenthesis. 519 9
    #A8019 warning AnnotationUseStyle Annotation must have closing parenthesis. 524
    #A8020 warning AnnotationUseStyle Annotation must have closing parenthesis. 524 9
    #A8021 warning AnnotationUseStyle Annotation must have closing parenthesis. 533
    #A8022 warning AnnotationUseStyle Annotation must have closing parenthesis. 533 9
    #A8023 warning AnnotationUseStyle Annotation must have closing parenthesis. 538
    #A8024 warning AnnotationUseStyle Annotation must have closing parenthesis. 538 9
    #A8025 warning AnnotationUseStyle Annotation must have closing parenthesis. 543
    #A8026 warning AnnotationUseStyle Annotation must have closing parenthesis. 543 9
    #A8027 warning AnnotationUseStyle Annotation must have closing parenthesis. 548
    #A8028 warning AnnotationUseStyle Annotation must have closing parenthesis. 548 9
    #A8029 warning AnnotationUseStyle Annotation must have closing parenthesis. 565
    #A8030 warning AnnotationUseStyle Annotation must have closing parenthesis. 565 9
    #A8031 warning AnnotationUseStyle Annotation must have closing parenthesis. 570
    #A8032 warning AnnotationUseStyle Annotation must have closing parenthesis. 570 9
    #A8033 warning AnnotationUseStyle Annotation must have closing parenthesis. 575
    #A8034 warning AnnotationUseStyle Annotation must have closing parenthesis. 575 9
    #A8035 warning AnnotationUseStyle Annotation must have closing parenthesis. 580
    #A8036 warning AnnotationUseStyle Annotation must have closing parenthesis. 580 9
    #A8037 warning AnnotationUseStyle Annotation must have closing parenthesis. 585
    #A8038 warning AnnotationUseStyle Annotation must have closing parenthesis. 585 9
    #A8039 warning AnnotationUseStyle Annotation must have closing parenthesis. 600
    #A8040 warning AnnotationUseStyle Annotation must have closing parenthesis. 600 9
    #A8041 warning AnnotationUseStyle Annotation must have closing parenthesis. 609
    #A8042 warning AnnotationUseStyle Annotation must have closing parenthesis. 609 9
    #A8043 warning AnnotationUseStyle Annotation must have closing parenthesis. 616
    #A8044 warning AnnotationUseStyle Annotation must have closing parenthesis. 616 9
    #A8045 warning AnnotationUseStyle Annotation must have closing parenthesis. 631
    #A8046 warning AnnotationUseStyle Annotation must have closing parenthesis. 631 9
    #A8047 warning AnnotationUseStyle Annotation must have closing parenthesis. 640
    #A8048 warning AnnotationUseStyle Annotation must have closing parenthesis. 640 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/AtclauseOrderCheckTest.java

    Severity Rule Message Line Col
    #A8049 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A8050 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A8051 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A8052 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A8053 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A8054 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A8055 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A8056 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A8057 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A8058 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A8059 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A8060 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A8061 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A8062 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/InvalidJavadocPositionCheckTest.java

    Severity Rule Message Line Col
    #A8063 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A8064 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A8065 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A8066 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A8067 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A8068 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A8069 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A8070 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A8071 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A8072 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A8073 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A8074 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocBlockTagLocationCheckTest.java

    Severity Rule Message Line Col
    #A8075 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A8076 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A8077 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A8078 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A8079 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A8080 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A8081 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A8082 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A8083 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A8084 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A8085 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A8086 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocContentLocationCheckTest.java

    Severity Rule Message Line Col
    #A8087 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A8088 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A8089 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8090 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8091 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A8092 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A8093 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A8094 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A8095 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A8096 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A8097 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A8098 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A8099 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A8100 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A8101 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A8102 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocMethodCheckTest.java

    Severity Rule Message Line Col
    #A8103 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A8104 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A8105 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A8106 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A8107 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A8108 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A8109 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A8110 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A8111 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A8112 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A8113 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A8114 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A8115 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A8116 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A8117 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A8118 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5
    #A8119 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A8120 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A8121 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A8122 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 5
    #A8123 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A8124 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A8125 warning AnnotationUseStyle Annotation must have closing parenthesis. 195
    #A8126 warning AnnotationUseStyle Annotation must have closing parenthesis. 195 5
    #A8127 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A8128 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A8129 warning AnnotationUseStyle Annotation must have closing parenthesis. 211
    #A8130 warning AnnotationUseStyle Annotation must have closing parenthesis. 211 5
    #A8131 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A8132 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A8133 warning AnnotationUseStyle Annotation must have closing parenthesis. 248
    #A8134 warning AnnotationUseStyle Annotation must have closing parenthesis. 248 5
    #A8135 warning AnnotationUseStyle Annotation must have closing parenthesis. 260
    #A8136 warning AnnotationUseStyle Annotation must have closing parenthesis. 260 5
    #A8137 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A8138 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 5
    #A8139 warning AnnotationUseStyle Annotation must have closing parenthesis. 284
    #A8140 warning AnnotationUseStyle Annotation must have closing parenthesis. 284 5
    #A8141 warning AnnotationUseStyle Annotation must have closing parenthesis. 293
    #A8142 warning AnnotationUseStyle Annotation must have closing parenthesis. 293 5
    #A8143 warning AnnotationUseStyle Annotation must have closing parenthesis. 306
    #A8144 warning AnnotationUseStyle Annotation must have closing parenthesis. 306 5
    #A8145 warning AnnotationUseStyle Annotation must have closing parenthesis. 313
    #A8146 warning AnnotationUseStyle Annotation must have closing parenthesis. 313 5
    #A8147 warning AnnotationUseStyle Annotation must have closing parenthesis. 320
    #A8148 warning AnnotationUseStyle Annotation must have closing parenthesis. 320 5
    #A8149 warning AnnotationUseStyle Annotation must have closing parenthesis. 332
    #A8150 warning AnnotationUseStyle Annotation must have closing parenthesis. 332 5
    #A8151 warning AnnotationUseStyle Annotation must have closing parenthesis. 349
    #A8152 warning AnnotationUseStyle Annotation must have closing parenthesis. 349 5
    #A8153 warning AnnotationUseStyle Annotation must have closing parenthesis. 356
    #A8154 warning AnnotationUseStyle Annotation must have closing parenthesis. 356 5
    #A8155 warning AnnotationUseStyle Annotation must have closing parenthesis. 363
    #A8156 warning AnnotationUseStyle Annotation must have closing parenthesis. 363 5
    #A8157 warning AnnotationUseStyle Annotation must have closing parenthesis. 370
    #A8158 warning AnnotationUseStyle Annotation must have closing parenthesis. 370 5
    #A8159 warning AnnotationUseStyle Annotation must have closing parenthesis. 383
    #A8160 warning AnnotationUseStyle Annotation must have closing parenthesis. 383 5
    #A8161 warning AnnotationUseStyle Annotation must have closing parenthesis. 396
    #A8162 warning AnnotationUseStyle Annotation must have closing parenthesis. 396 5
    #A8163 warning AnnotationUseStyle Annotation must have closing parenthesis. 409
    #A8164 warning AnnotationUseStyle Annotation must have closing parenthesis. 409 5
    #A8165 warning AnnotationUseStyle Annotation must have closing parenthesis. 416
    #A8166 warning AnnotationUseStyle Annotation must have closing parenthesis. 416 5
    #A8167 warning AnnotationUseStyle Annotation must have closing parenthesis. 430
    #A8168 warning AnnotationUseStyle Annotation must have closing parenthesis. 430 5
    #A8169 warning AnnotationUseStyle Annotation must have closing parenthesis. 441
    #A8170 warning AnnotationUseStyle Annotation must have closing parenthesis. 441 5
    #A8171 warning AnnotationUseStyle Annotation must have closing parenthesis. 452
    #A8172 warning AnnotationUseStyle Annotation must have closing parenthesis. 452 5
    #A8173 warning AnnotationUseStyle Annotation must have closing parenthesis. 459
    #A8174 warning AnnotationUseStyle Annotation must have closing parenthesis. 459 5
    #A8175 warning AnnotationUseStyle Annotation must have closing parenthesis. 466
    #A8176 warning AnnotationUseStyle Annotation must have closing parenthesis. 466 5
    #A8177 warning AnnotationUseStyle Annotation must have closing parenthesis. 476
    #A8178 warning AnnotationUseStyle Annotation must have closing parenthesis. 476 5
    #A8179 warning AnnotationUseStyle Annotation must have closing parenthesis. 488
    #A8180 warning AnnotationUseStyle Annotation must have closing parenthesis. 488 5
    #A8181 warning AnnotationUseStyle Annotation must have closing parenthesis. 500
    #A8182 warning AnnotationUseStyle Annotation must have closing parenthesis. 500 5
    #A8183 warning AnnotationUseStyle Annotation must have closing parenthesis. 540
    #A8184 warning AnnotationUseStyle Annotation must have closing parenthesis. 540 5
    #A8185 warning AnnotationUseStyle Annotation must have closing parenthesis. 577
    #A8186 warning AnnotationUseStyle Annotation must have closing parenthesis. 577 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocNodeImplTest.java

    Severity Rule Message Line Col
    #A8187 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A8188 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A8189 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A8190 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocPackageCheckTest.java

    Severity Rule Message Line Col
    #A8191 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A8192 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A8193 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A8194 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A8195 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A8196 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A8197 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A8198 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A8199 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A8200 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A8201 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A8202 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A8203 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A8204 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A8205 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A8206 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A8207 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A8208 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A8209 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A8210 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocParagraphCheckTest.java

    Severity Rule Message Line Col
    #A8211 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A8212 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A8213 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A8214 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A8215 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A8216 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A8217 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A8218 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A8219 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A8220 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocStyleCheckTest.java

    Severity Rule Message Line Col
    #A8221 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A8222 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A8223 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A8224 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A8225 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A8226 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A8227 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A8228 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A8229 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A8230 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A8231 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A8232 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5
    #A8233 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A8234 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A8235 warning AnnotationUseStyle Annotation must have closing parenthesis. 196
    #A8236 warning AnnotationUseStyle Annotation must have closing parenthesis. 196 5
    #A8237 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A8238 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5
    #A8239 warning AnnotationUseStyle Annotation must have closing parenthesis. 229
    #A8240 warning AnnotationUseStyle Annotation must have closing parenthesis. 229 5
    #A8241 warning AnnotationUseStyle Annotation must have closing parenthesis. 257
    #A8242 warning AnnotationUseStyle Annotation must have closing parenthesis. 257 5
    #A8243 warning AnnotationUseStyle Annotation must have closing parenthesis. 290
    #A8244 warning AnnotationUseStyle Annotation must have closing parenthesis. 290 5
    #A8245 warning AnnotationUseStyle Annotation must have closing parenthesis. 307
    #A8246 warning AnnotationUseStyle Annotation must have closing parenthesis. 307 5
    #A8247 warning AnnotationUseStyle Annotation must have closing parenthesis. 337
    #A8248 warning AnnotationUseStyle Annotation must have closing parenthesis. 337 5
    #A8249 warning AnnotationUseStyle Annotation must have closing parenthesis. 351
    #A8250 warning AnnotationUseStyle Annotation must have closing parenthesis. 351 5
    #A8251 warning AnnotationUseStyle Annotation must have closing parenthesis. 365
    #A8252 warning AnnotationUseStyle Annotation must have closing parenthesis. 365 5
    #A8253 warning AnnotationUseStyle Annotation must have closing parenthesis. 377
    #A8254 warning AnnotationUseStyle Annotation must have closing parenthesis. 377 5
    #A8255 warning AnnotationUseStyle Annotation must have closing parenthesis. 390
    #A8256 warning AnnotationUseStyle Annotation must have closing parenthesis. 390 5
    #A8257 warning AnnotationUseStyle Annotation must have closing parenthesis. 401
    #A8258 warning AnnotationUseStyle Annotation must have closing parenthesis. 401 5
    #A8259 warning AnnotationUseStyle Annotation must have closing parenthesis. 418
    #A8260 warning AnnotationUseStyle Annotation must have closing parenthesis. 418 5
    #A8261 warning AnnotationUseStyle Annotation must have closing parenthesis. 426
    #A8262 warning AnnotationUseStyle Annotation must have closing parenthesis. 426 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagContinuationIndentationCheckTest.java

    Severity Rule Message Line Col
    #A8263 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A8264 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A8265 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8266 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8267 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A8268 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A8269 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A8270 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A8271 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A8272 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagInfoTest.java

    Severity Rule Message Line Col
    #A8273 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A8274 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A8275 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A8276 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A8277 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A8278 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A8279 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A8280 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A8281 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A8282 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A8283 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A8284 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5
    #A8285 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A8286 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A8287 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A8288 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 5
    #A8289 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A8290 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A8291 warning AnnotationUseStyle Annotation must have closing parenthesis. 244
    #A8292 warning AnnotationUseStyle Annotation must have closing parenthesis. 244 5
    #A8293 warning AnnotationUseStyle Annotation must have closing parenthesis. 266
    #A8294 warning AnnotationUseStyle Annotation must have closing parenthesis. 266 5
    #A8295 warning AnnotationUseStyle Annotation must have closing parenthesis. 287
    #A8296 warning AnnotationUseStyle Annotation must have closing parenthesis. 287 5
    #A8297 warning AnnotationUseStyle Annotation must have closing parenthesis. 315
    #A8298 warning AnnotationUseStyle Annotation must have closing parenthesis. 315 5
    #A8299 warning AnnotationUseStyle Annotation must have closing parenthesis. 348
    #A8300 warning AnnotationUseStyle Annotation must have closing parenthesis. 348 5
    #A8301 warning AnnotationUseStyle Annotation must have closing parenthesis. 380
    #A8302 warning AnnotationUseStyle Annotation must have closing parenthesis. 380 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTagTest.java

    Severity Rule Message Line Col
    #A8303 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A8304 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A8305 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A8306 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A8307 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A8308 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A8309 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A8310 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A8311 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A8312 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocTypeCheckTest.java

    Severity Rule Message Line Col
    #A8313 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A8314 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A8315 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A8316 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A8317 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A8318 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A8319 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A8320 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A8321 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A8322 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A8323 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A8324 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A8325 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A8326 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A8327 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A8328 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A8329 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A8330 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A8331 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A8332 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A8333 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A8334 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A8335 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A8336 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A8337 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A8338 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A8339 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A8340 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A8341 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A8342 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 5
    #A8343 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A8344 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A8345 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A8346 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 5
    #A8347 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A8348 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 5
    #A8349 warning AnnotationUseStyle Annotation must have closing parenthesis. 251
    #A8350 warning AnnotationUseStyle Annotation must have closing parenthesis. 251 5
    #A8351 warning AnnotationUseStyle Annotation must have closing parenthesis. 262
    #A8352 warning AnnotationUseStyle Annotation must have closing parenthesis. 262 5
    #A8353 warning AnnotationUseStyle Annotation must have closing parenthesis. 275
    #A8354 warning AnnotationUseStyle Annotation must have closing parenthesis. 275 5
    #A8355 warning AnnotationUseStyle Annotation must have closing parenthesis. 289
    #A8356 warning AnnotationUseStyle Annotation must have closing parenthesis. 289 5
    #A8357 warning AnnotationUseStyle Annotation must have closing parenthesis. 303
    #A8358 warning AnnotationUseStyle Annotation must have closing parenthesis. 303 5
    #A8359 warning AnnotationUseStyle Annotation must have closing parenthesis. 316
    #A8360 warning AnnotationUseStyle Annotation must have closing parenthesis. 316 5
    #A8361 warning AnnotationUseStyle Annotation must have closing parenthesis. 329
    #A8362 warning AnnotationUseStyle Annotation must have closing parenthesis. 329 5
    #A8363 warning AnnotationUseStyle Annotation must have closing parenthesis. 341
    #A8364 warning AnnotationUseStyle Annotation must have closing parenthesis. 341 5
    #A8365 warning AnnotationUseStyle Annotation must have closing parenthesis. 352
    #A8366 warning AnnotationUseStyle Annotation must have closing parenthesis. 352 5
    #A8367 warning AnnotationUseStyle Annotation must have closing parenthesis. 363
    #A8368 warning AnnotationUseStyle Annotation must have closing parenthesis. 363 5
    #A8369 warning AnnotationUseStyle Annotation must have closing parenthesis. 377
    #A8370 warning AnnotationUseStyle Annotation must have closing parenthesis. 377 5
    #A8371 warning AnnotationUseStyle Annotation must have closing parenthesis. 389
    #A8372 warning AnnotationUseStyle Annotation must have closing parenthesis. 389 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocVariableCheckTest.java

    Severity Rule Message Line Col
    #A8373 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A8374 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A8375 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A8376 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A8377 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A8378 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A8379 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A8380 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A8381 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A8382 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A8383 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A8384 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A8385 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A8386 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A8387 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A8388 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A8389 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A8390 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A8391 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A8392 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A8393 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A8394 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 5
    #A8395 warning AnnotationUseStyle Annotation must have closing parenthesis. 240
    #A8396 warning AnnotationUseStyle Annotation must have closing parenthesis. 240 5
    #A8397 warning AnnotationUseStyle Annotation must have closing parenthesis. 289
    #A8398 warning AnnotationUseStyle Annotation must have closing parenthesis. 289 5
    #A8399 warning AnnotationUseStyle Annotation must have closing parenthesis. 339
    #A8400 warning AnnotationUseStyle Annotation must have closing parenthesis. 339 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocMethodCheckTest.java

    Severity Rule Message Line Col
    #A8401 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A8402 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A8403 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8404 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8405 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A8406 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A8407 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A8408 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A8409 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A8410 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A8411 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A8412 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A8413 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A8414 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A8415 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A8416 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A8417 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A8418 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A8419 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A8420 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A8421 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A8422 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 5
    #A8423 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A8424 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A8425 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A8426 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A8427 warning AnnotationUseStyle Annotation must have closing parenthesis. 190
    #A8428 warning AnnotationUseStyle Annotation must have closing parenthesis. 190 5
    #A8429 warning AnnotationUseStyle Annotation must have closing parenthesis. 202
    #A8430 warning AnnotationUseStyle Annotation must have closing parenthesis. 202 5
    #A8431 warning AnnotationUseStyle Annotation must have closing parenthesis. 211
    #A8432 warning AnnotationUseStyle Annotation must have closing parenthesis. 211 5
    #A8433 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A8434 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 5
    #A8435 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A8436 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 5
    #A8437 warning AnnotationUseStyle Annotation must have closing parenthesis. 284
    #A8438 warning AnnotationUseStyle Annotation must have closing parenthesis. 284 5
    #A8439 warning AnnotationUseStyle Annotation must have closing parenthesis. 320
    #A8440 warning AnnotationUseStyle Annotation must have closing parenthesis. 320 5
    #A8441 warning AnnotationUseStyle Annotation must have closing parenthesis. 329
    #A8442 warning AnnotationUseStyle Annotation must have closing parenthesis. 329 5
    #A8443 warning AnnotationUseStyle Annotation must have closing parenthesis. 356
    #A8444 warning AnnotationUseStyle Annotation must have closing parenthesis. 356 5
    #A8445 warning AnnotationUseStyle Annotation must have closing parenthesis. 381
    #A8446 warning AnnotationUseStyle Annotation must have closing parenthesis. 381 5
    #A8447 warning AnnotationUseStyle Annotation must have closing parenthesis. 390
    #A8448 warning AnnotationUseStyle Annotation must have closing parenthesis. 390 5
    #A8449 warning AnnotationUseStyle Annotation must have closing parenthesis. 399
    #A8450 warning AnnotationUseStyle Annotation must have closing parenthesis. 399 5
    #A8451 warning AnnotationUseStyle Annotation must have closing parenthesis. 409
    #A8452 warning AnnotationUseStyle Annotation must have closing parenthesis. 409 5
    #A8453 warning AnnotationUseStyle Annotation must have closing parenthesis. 423
    #A8454 warning AnnotationUseStyle Annotation must have closing parenthesis. 423 5
    #A8455 warning AnnotationUseStyle Annotation must have closing parenthesis. 433
    #A8456 warning AnnotationUseStyle Annotation must have closing parenthesis. 433 5
    #A8457 warning AnnotationUseStyle Annotation must have closing parenthesis. 442
    #A8458 warning AnnotationUseStyle Annotation must have closing parenthesis. 442 5
    #A8459 warning AnnotationUseStyle Annotation must have closing parenthesis. 456
    #A8460 warning AnnotationUseStyle Annotation must have closing parenthesis. 456 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocPackageCheckTest.java

    Severity Rule Message Line Col
    #A8461 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A8462 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A8463 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A8464 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A8465 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A8466 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A8467 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A8468 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A8469 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A8470 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A8471 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A8472 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A8473 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A8474 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A8475 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A8476 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A8477 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A8478 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A8479 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A8480 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A8481 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A8482 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A8483 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A8484 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A8485 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A8486 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A8487 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A8488 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A8489 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A8490 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocTypeCheckTest.java

    Severity Rule Message Line Col
    #A8491 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A8492 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A8493 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8494 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8495 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A8496 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A8497 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A8498 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A8499 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A8500 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A8501 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A8502 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A8503 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A8504 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A8505 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A8506 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A8507 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A8508 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A8509 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A8510 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A8511 warning AnnotationUseStyle Annotation must have closing parenthesis. 158
    #A8512 warning AnnotationUseStyle Annotation must have closing parenthesis. 158 5
    #A8513 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A8514 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A8515 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A8516 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A8517 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A8518 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5
    #A8519 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A8520 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 5
    #A8521 warning AnnotationUseStyle Annotation must have closing parenthesis. 242
    #A8522 warning AnnotationUseStyle Annotation must have closing parenthesis. 242 5
    #A8523 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A8524 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 5
    #A8525 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A8526 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A8527 warning AnnotationUseStyle Annotation must have closing parenthesis. 286
    #A8528 warning AnnotationUseStyle Annotation must have closing parenthesis. 286 5
    #A8529 warning AnnotationUseStyle Annotation must have closing parenthesis. 298
    #A8530 warning AnnotationUseStyle Annotation must have closing parenthesis. 298 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/NonEmptyAtclauseDescriptionCheckTest.java

    Severity Rule Message Line Col
    #A8531 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A8532 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A8533 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A8534 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A8535 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A8536 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A8537 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A8538 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/SingleLineJavadocCheckTest.java

    Severity Rule Message Line Col
    #A8539 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A8540 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A8541 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A8542 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A8543 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A8544 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A8545 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A8546 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A8547 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A8548 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/SummaryJavadocCheckTest.java

    Severity Rule Message Line Col
    #A8549 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A8550 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A8551 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A8552 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A8553 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A8554 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A8555 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A8556 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A8557 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A8558 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A8559 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A8560 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A8561 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A8562 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A8563 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A8564 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A8565 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A8566 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A8567 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A8568 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/WriteTagCheckTest.java

    Severity Rule Message Line Col
    #A8569 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A8570 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A8571 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A8572 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A8573 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A8574 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A8575 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A8576 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A8577 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A8578 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A8579 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A8580 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A8581 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A8582 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A8583 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A8584 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A8585 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A8586 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A8587 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A8588 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5
    #A8589 warning AnnotationUseStyle Annotation must have closing parenthesis. 154
    #A8590 warning AnnotationUseStyle Annotation must have closing parenthesis. 154 5
    #A8591 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A8592 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 5
    #A8593 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A8594 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 5
    #A8595 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A8596 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A8597 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A8598 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5
    #A8599 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A8600 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/utils/BlockTagUtilTest.java

    Severity Rule Message Line Col
    #A8601 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A8602 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A8603 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A8604 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A8605 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A8606 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A8607 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A8608 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/javadoc/utils/InlineTagUtilTest.java

    Severity Rule Message Line Col
    #A8609 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A8610 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A8611 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8612 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8613 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A8614 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A8615 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A8616 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A8617 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A8618 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A8619 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A8620 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A8621 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A8622 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/BooleanExpressionComplexityCheckTest.java

    Severity Rule Message Line Col
    #A8623 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A8624 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A8625 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A8626 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A8627 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A8628 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A8629 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A8630 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A8631 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A8632 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A8633 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A8634 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/ClassDataAbstractionCouplingCheckTest.java

    Severity Rule Message Line Col
    #A8635 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8636 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8637 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A8638 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A8639 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A8640 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A8641 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A8642 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A8643 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A8644 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A8645 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A8646 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A8647 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A8648 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A8649 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A8650 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A8651 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A8652 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A8653 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A8654 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 5
    #A8655 warning AnnotationUseStyle Annotation must have closing parenthesis. 202
    #A8656 warning AnnotationUseStyle Annotation must have closing parenthesis. 202 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/ClassFanOutComplexityCheckTest.java

    Severity Rule Message Line Col
    #A8657 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A8658 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A8659 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A8660 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A8661 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A8662 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A8663 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A8664 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A8665 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A8666 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A8667 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A8668 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A8669 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A8670 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A8671 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A8672 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A8673 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A8674 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 5
    #A8675 warning AnnotationUseStyle Annotation must have closing parenthesis. 195
    #A8676 warning AnnotationUseStyle Annotation must have closing parenthesis. 195 5
    #A8677 warning AnnotationUseStyle Annotation must have closing parenthesis. 211
    #A8678 warning AnnotationUseStyle Annotation must have closing parenthesis. 211 5
    #A8679 warning AnnotationUseStyle Annotation must have closing parenthesis. 227
    #A8680 warning AnnotationUseStyle Annotation must have closing parenthesis. 227 5
    #A8681 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A8682 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 5
    #A8683 warning AnnotationUseStyle Annotation must have closing parenthesis. 249
    #A8684 warning AnnotationUseStyle Annotation must have closing parenthesis. 249 5
    #A8685 warning AnnotationUseStyle Annotation must have closing parenthesis. 261
    #A8686 warning AnnotationUseStyle Annotation must have closing parenthesis. 261 5
    #A8687 warning AnnotationUseStyle Annotation must have closing parenthesis. 273
    #A8688 warning AnnotationUseStyle Annotation must have closing parenthesis. 273 5
    #A8689 warning AnnotationUseStyle Annotation must have closing parenthesis. 298
    #A8690 warning AnnotationUseStyle Annotation must have closing parenthesis. 298 5
    #A8691 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 299
    #A8692 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 299 5
    #A8693 warning AnnotationUseStyle Annotation must have closing parenthesis. 323
    #A8694 warning AnnotationUseStyle Annotation must have closing parenthesis. 323 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/CyclomaticComplexityCheckTest.java

    Severity Rule Message Line Col
    #A8695 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A8696 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A8697 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8698 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8699 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A8700 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A8701 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A8702 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A8703 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A8704 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A8705 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A8706 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A8707 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A8708 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A8709 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A8710 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/JavaNCSSCheckTest.java

    Severity Rule Message Line Col
    #A8711 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A8712 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A8713 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A8714 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A8715 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A8716 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A8717 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A8718 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A8719 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A8720 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A8721 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A8722 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/metrics/NPathComplexityCheckTest.java

    Severity Rule Message Line Col
    #A8723 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A8724 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A8725 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A8726 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A8727 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A8728 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A8729 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A8730 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A8731 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A8732 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A8733 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A8734 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A8735 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 137
    #A8736 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 137 5
    #A8737 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A8738 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A8739 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 154
    #A8740 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 154 5
    #A8741 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A8742 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A8743 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A8744 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 5
    #A8745 warning AnnotationUseStyle Annotation must have closing parenthesis. 210
    #A8746 warning AnnotationUseStyle Annotation must have closing parenthesis. 210 5
    #A8747 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A8748 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 5
    #A8749 warning AnnotationUseStyle Annotation must have closing parenthesis. 262
    #A8750 warning AnnotationUseStyle Annotation must have closing parenthesis. 262 5
    #A8751 warning AnnotationUseStyle Annotation must have closing parenthesis. 290
    #A8752 warning AnnotationUseStyle Annotation must have closing parenthesis. 290 5
    #A8753 warning AnnotationUseStyle Annotation must have closing parenthesis. 304
    #A8754 warning AnnotationUseStyle Annotation must have closing parenthesis. 304 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/modifier/ClassMemberImpliedModifierCheckTest.java

    Severity Rule Message Line Col
    #A8755 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A8756 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A8757 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A8758 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A8759 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A8760 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A8761 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A8762 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A8763 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A8764 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A8765 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A8766 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A8767 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A8768 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A8769 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A8770 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/modifier/InterfaceMemberImpliedModifierCheckTest.java

    Severity Rule Message Line Col
    #A8771 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A8772 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A8773 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A8774 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A8775 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A8776 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A8777 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A8778 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A8779 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A8780 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A8781 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A8782 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A8783 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A8784 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A8785 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A8786 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A8787 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A8788 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A8789 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A8790 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A8791 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A8792 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5
    #A8793 warning AnnotationUseStyle Annotation must have closing parenthesis. 196
    #A8794 warning AnnotationUseStyle Annotation must have closing parenthesis. 196 5
    #A8795 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A8796 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 5
    #A8797 warning AnnotationUseStyle Annotation must have closing parenthesis. 234
    #A8798 warning AnnotationUseStyle Annotation must have closing parenthesis. 234 5
    #A8799 warning AnnotationUseStyle Annotation must have closing parenthesis. 246
    #A8800 warning AnnotationUseStyle Annotation must have closing parenthesis. 246 5
    #A8801 warning AnnotationUseStyle Annotation must have closing parenthesis. 255
    #A8802 warning AnnotationUseStyle Annotation must have closing parenthesis. 255 5
    #A8803 warning AnnotationUseStyle Annotation must have closing parenthesis. 277
    #A8804 warning AnnotationUseStyle Annotation must have closing parenthesis. 277 5
    #A8805 warning AnnotationUseStyle Annotation must have closing parenthesis. 294
    #A8806 warning AnnotationUseStyle Annotation must have closing parenthesis. 294 5
    #A8807 warning AnnotationUseStyle Annotation must have closing parenthesis. 311
    #A8808 warning AnnotationUseStyle Annotation must have closing parenthesis. 311 5
    #A8809 warning AnnotationUseStyle Annotation must have closing parenthesis. 322
    #A8810 warning AnnotationUseStyle Annotation must have closing parenthesis. 322 5
    #A8811 warning AnnotationUseStyle Annotation must have closing parenthesis. 331
    #A8812 warning AnnotationUseStyle Annotation must have closing parenthesis. 331 5
    #A8813 warning AnnotationUseStyle Annotation must have closing parenthesis. 348
    #A8814 warning AnnotationUseStyle Annotation must have closing parenthesis. 348 5
    #A8815 warning AnnotationUseStyle Annotation must have closing parenthesis. 364
    #A8816 warning AnnotationUseStyle Annotation must have closing parenthesis. 364 5
    #A8817 warning AnnotationUseStyle Annotation must have closing parenthesis. 397
    #A8818 warning AnnotationUseStyle Annotation must have closing parenthesis. 397 5
    #A8819 warning AnnotationUseStyle Annotation must have closing parenthesis. 407
    #A8820 warning AnnotationUseStyle Annotation must have closing parenthesis. 407 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/modifier/ModifierOrderCheckTest.java

    Severity Rule Message Line Col
    #A8821 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A8822 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A8823 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A8824 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A8825 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A8826 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A8827 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A8828 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A8829 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A8830 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A8831 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A8832 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A8833 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A8834 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A8835 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A8836 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/modifier/RedundantModifierCheckTest.java

    Severity Rule Message Line Col
    #A8837 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A8838 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A8839 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8840 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8841 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A8842 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A8843 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A8844 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A8845 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A8846 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A8847 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A8848 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A8849 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A8850 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A8851 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A8852 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A8853 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A8854 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A8855 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A8856 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A8857 warning AnnotationUseStyle Annotation must have closing parenthesis. 166
    #A8858 warning AnnotationUseStyle Annotation must have closing parenthesis. 166 5
    #A8859 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A8860 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 5
    #A8861 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A8862 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A8863 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A8864 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 5
    #A8865 warning AnnotationUseStyle Annotation must have closing parenthesis. 211
    #A8866 warning AnnotationUseStyle Annotation must have closing parenthesis. 211 5
    #A8867 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A8868 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A8869 warning AnnotationUseStyle Annotation must have closing parenthesis. 235
    #A8870 warning AnnotationUseStyle Annotation must have closing parenthesis. 235 5
    #A8871 warning AnnotationUseStyle Annotation must have closing parenthesis. 245
    #A8872 warning AnnotationUseStyle Annotation must have closing parenthesis. 245 5
    #A8873 warning AnnotationUseStyle Annotation must have closing parenthesis. 255
    #A8874 warning AnnotationUseStyle Annotation must have closing parenthesis. 255 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/AbbreviationAsWordInNameCheckTest.java

    Severity Rule Message Line Col
    #A8875 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A8876 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A8877 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A8878 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A8879 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A8880 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A8881 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A8882 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A8883 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A8884 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A8885 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A8886 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A8887 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A8888 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A8889 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A8890 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A8891 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A8892 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 5
    #A8893 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A8894 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A8895 warning AnnotationUseStyle Annotation must have closing parenthesis. 240
    #A8896 warning AnnotationUseStyle Annotation must have closing parenthesis. 240 5
    #A8897 warning AnnotationUseStyle Annotation must have closing parenthesis. 259
    #A8898 warning AnnotationUseStyle Annotation must have closing parenthesis. 259 5
    #A8899 warning AnnotationUseStyle Annotation must have closing parenthesis. 278
    #A8900 warning AnnotationUseStyle Annotation must have closing parenthesis. 278 5
    #A8901 warning AnnotationUseStyle Annotation must have closing parenthesis. 326
    #A8902 warning AnnotationUseStyle Annotation must have closing parenthesis. 326 5
    #A8903 warning AnnotationUseStyle Annotation must have closing parenthesis. 345
    #A8904 warning AnnotationUseStyle Annotation must have closing parenthesis. 345 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/AbstractClassNameCheckTest.java

    Severity Rule Message Line Col
    #A8905 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A8906 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A8907 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A8908 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A8909 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A8910 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A8911 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A8912 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A8913 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A8914 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A8915 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A8916 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A8917 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A8918 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A8919 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A8920 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/CatchParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8921 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A8922 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A8923 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8924 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8925 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A8926 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A8927 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A8928 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A8929 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A8930 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A8931 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A8932 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/ClassTypeParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8933 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A8934 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A8935 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A8936 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A8937 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A8938 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A8939 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A8940 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A8941 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A8942 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/ConstantNameCheckTest.java

    Severity Rule Message Line Col
    #A8943 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A8944 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A8945 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A8946 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A8947 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A8948 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A8949 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A8950 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A8951 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A8952 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A8953 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A8954 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A8955 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A8956 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A8957 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A8958 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A8959 warning AnnotationUseStyle Annotation must have closing parenthesis. 147
    #A8960 warning AnnotationUseStyle Annotation must have closing parenthesis. 147 5
    #A8961 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A8962 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/InterfaceTypeParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8963 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A8964 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A8965 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A8966 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A8967 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A8968 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A8969 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A8970 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A8971 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A8972 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/LambdaParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A8973 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A8974 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A8975 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A8976 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A8977 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A8978 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A8979 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A8980 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/LocalFinalVariableNameCheckTest.java

    Severity Rule Message Line Col
    #A8981 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A8982 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A8983 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8984 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8985 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A8986 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A8987 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A8988 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A8989 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A8990 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A8991 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A8992 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A8993 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A8994 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/LocalVariableNameCheckTest.java

    Severity Rule Message Line Col
    #A8995 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A8996 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A8997 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A8998 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A8999 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A9000 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A9001 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A9002 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A9003 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A9004 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/MemberNameCheckTest.java

    Severity Rule Message Line Col
    #A9005 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A9006 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A9007 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A9008 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A9009 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A9010 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A9011 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A9012 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A9013 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A9014 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A9015 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A9016 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A9017 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A9018 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A9019 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A9020 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A9021 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A9022 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A9023 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A9024 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5
    #A9025 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A9026 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A9027 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A9028 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 5
    #A9029 warning AnnotationUseStyle Annotation must have closing parenthesis. 239
    #A9030 warning AnnotationUseStyle Annotation must have closing parenthesis. 239 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/MethodNameCheckTest.java

    Severity Rule Message Line Col
    #A9031 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A9032 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A9033 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A9034 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A9035 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A9036 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A9037 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A9038 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A9039 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A9040 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A9041 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A9042 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A9043 warning AnnotationUseStyle Annotation must have closing parenthesis. 147
    #A9044 warning AnnotationUseStyle Annotation must have closing parenthesis. 147 5
    #A9045 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A9046 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5
    #A9047 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A9048 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/MethodTypeParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A9049 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A9050 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A9051 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A9052 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A9053 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A9054 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A9055 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A9056 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A9057 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A9058 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/PackageNameCheckTest.java

    Severity Rule Message Line Col
    #A9059 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A9060 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A9061 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A9062 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A9063 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A9064 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A9065 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A9066 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A9067 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A9068 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/ParameterNameCheckTest.java

    Severity Rule Message Line Col
    #A9069 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A9070 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A9071 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A9072 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A9073 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A9074 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A9075 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A9076 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A9077 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A9078 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A9079 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A9080 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A9081 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A9082 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A9083 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A9084 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A9085 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A9086 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A9087 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A9088 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A9089 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A9090 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A9091 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A9092 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/StaticVariableNameCheckTest.java

    Severity Rule Message Line Col
    #A9093 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A9094 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A9095 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A9096 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A9097 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A9098 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A9099 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A9100 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A9101 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A9102 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A9103 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A9104 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/naming/TypeNameCheckTest.java

    Severity Rule Message Line Col
    #A9105 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A9106 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A9107 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A9108 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A9109 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A9110 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A9111 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A9112 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A9113 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A9114 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A9115 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A9116 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A9117 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A9118 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpCheckTest.java

    Severity Rule Message Line Col
    #A9119 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A9120 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A9121 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A9122 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A9123 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A9124 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A9125 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A9126 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A9127 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A9128 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A9129 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A9130 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A9131 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A9132 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A9133 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A9134 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A9135 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A9136 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A9137 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A9138 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A9139 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A9140 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A9141 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A9142 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A9143 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A9144 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A9145 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A9146 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 5
    #A9147 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A9148 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A9149 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A9150 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A9151 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A9152 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 5
    #A9153 warning AnnotationUseStyle Annotation must have closing parenthesis. 233
    #A9154 warning AnnotationUseStyle Annotation must have closing parenthesis. 233 5
    #A9155 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A9156 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A9157 warning AnnotationUseStyle Annotation must have closing parenthesis. 259
    #A9158 warning AnnotationUseStyle Annotation must have closing parenthesis. 259 5
    #A9159 warning AnnotationUseStyle Annotation must have closing parenthesis. 272
    #A9160 warning AnnotationUseStyle Annotation must have closing parenthesis. 272 5
    #A9161 warning AnnotationUseStyle Annotation must have closing parenthesis. 284
    #A9162 warning AnnotationUseStyle Annotation must have closing parenthesis. 284 5
    #A9163 warning AnnotationUseStyle Annotation must have closing parenthesis. 295
    #A9164 warning AnnotationUseStyle Annotation must have closing parenthesis. 295 5
    #A9165 warning AnnotationUseStyle Annotation must have closing parenthesis. 306
    #A9166 warning AnnotationUseStyle Annotation must have closing parenthesis. 306 5
    #A9167 warning AnnotationUseStyle Annotation must have closing parenthesis. 319
    #A9168 warning AnnotationUseStyle Annotation must have closing parenthesis. 319 5
    #A9169 warning AnnotationUseStyle Annotation must have closing parenthesis. 332
    #A9170 warning AnnotationUseStyle Annotation must have closing parenthesis. 332 5
    #A9171 warning AnnotationUseStyle Annotation must have closing parenthesis. 344
    #A9172 warning AnnotationUseStyle Annotation must have closing parenthesis. 344 5
    #A9173 warning AnnotationUseStyle Annotation must have closing parenthesis. 351
    #A9174 warning AnnotationUseStyle Annotation must have closing parenthesis. 351 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpMultilineCheckTest.java

    Severity Rule Message Line Col
    #A9175 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A9176 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A9177 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A9178 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A9179 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A9180 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A9181 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A9182 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A9183 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A9184 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A9185 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A9186 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A9187 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A9188 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A9189 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A9190 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A9191 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A9192 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A9193 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A9194 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5
    #A9195 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A9196 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A9197 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A9198 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A9199 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A9200 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 5
    #A9201 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A9202 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 5
    #A9203 warning AnnotationUseStyle Annotation must have closing parenthesis. 205
    #A9204 warning AnnotationUseStyle Annotation must have closing parenthesis. 205 5
    #A9205 warning AnnotationUseStyle Annotation must have closing parenthesis. 220
    #A9206 warning AnnotationUseStyle Annotation must have closing parenthesis. 220 5
    #A9207 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A9208 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A9209 warning AnnotationUseStyle Annotation must have closing parenthesis. 256
    #A9210 warning AnnotationUseStyle Annotation must have closing parenthesis. 256 5
    #A9211 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A9212 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpOnFilenameCheckTest.java

    Severity Rule Message Line Col
    #A9213 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A9214 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A9215 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A9216 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A9217 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A9218 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A9219 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A9220 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A9221 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A9222 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A9223 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A9224 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A9225 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A9226 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A9227 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A9228 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A9229 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A9230 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A9231 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A9232 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A9233 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A9234 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A9235 warning AnnotationUseStyle Annotation must have closing parenthesis. 147
    #A9236 warning AnnotationUseStyle Annotation must have closing parenthesis. 147 5
    #A9237 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A9238 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A9239 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A9240 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5
    #A9241 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A9242 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 5
    #A9243 warning AnnotationUseStyle Annotation must have closing parenthesis. 190
    #A9244 warning AnnotationUseStyle Annotation must have closing parenthesis. 190 5
    #A9245 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A9246 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A9247 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A9248 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 5
    #A9249 warning AnnotationUseStyle Annotation must have closing parenthesis. 223
    #A9250 warning AnnotationUseStyle Annotation must have closing parenthesis. 223 5
    #A9251 warning AnnotationUseStyle Annotation must have closing parenthesis. 232
    #A9252 warning AnnotationUseStyle Annotation must have closing parenthesis. 232 5
    #A9253 warning AnnotationUseStyle Annotation must have closing parenthesis. 241
    #A9254 warning AnnotationUseStyle Annotation must have closing parenthesis. 241 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineCheckTest.java

    Severity Rule Message Line Col
    #A9255 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A9256 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A9257 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A9258 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A9259 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A9260 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A9261 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A9262 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A9263 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A9264 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A9265 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A9266 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A9267 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A9268 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A9269 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A9270 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A9271 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A9272 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/regexp/RegexpSinglelineJavaCheckTest.java

    Severity Rule Message Line Col
    #A9273 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A9274 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A9275 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A9276 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A9277 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A9278 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A9279 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A9280 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A9281 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A9282 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A9283 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A9284 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A9285 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A9286 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A9287 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A9288 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A9289 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A9290 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A9291 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A9292 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A9293 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A9294 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A9295 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A9296 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A9297 warning AnnotationUseStyle Annotation must have closing parenthesis. 159
    #A9298 warning AnnotationUseStyle Annotation must have closing parenthesis. 159 5
    #A9299 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A9300 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A9301 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A9302 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 5
    #A9303 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A9304 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5
    #A9305 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A9306 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A9307 warning AnnotationUseStyle Annotation must have closing parenthesis. 214
    #A9308 warning AnnotationUseStyle Annotation must have closing parenthesis. 214 5
    #A9309 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A9310 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A9311 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A9312 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 5
    #A9313 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A9314 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/AnonInnerLengthCheckTest.java

    Severity Rule Message Line Col
    #A9315 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A9316 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A9317 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A9318 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A9319 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A9320 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A9321 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A9322 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A9323 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A9324 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/ExecutableStatementCountCheckTest.java

    Severity Rule Message Line Col
    #A9325 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A9326 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A9327 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A9328 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A9329 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49
    #A9330 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49 5
    #A9331 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A9332 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A9333 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A9334 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A9335 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A9336 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A9337 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A9338 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A9339 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A9340 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A9341 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A9342 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A9343 warning AnnotationUseStyle Annotation must have closing parenthesis. 165
    #A9344 warning AnnotationUseStyle Annotation must have closing parenthesis. 165 5
    #A9345 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A9346 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/FileLengthCheckTest.java

    Severity Rule Message Line Col
    #A9347 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A9348 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A9349 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A9350 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A9351 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A9352 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A9353 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A9354 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A9355 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A9356 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A9357 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A9358 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A9359 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A9360 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/LineLengthCheckTest.java

    Severity Rule Message Line Col
    #A9361 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A9362 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A9363 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A9364 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A9365 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A9366 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A9367 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A9368 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A9369 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A9370 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A9371 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A9372 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/MethodCountCheckTest.java

    Severity Rule Message Line Col
    #A9373 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A9374 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A9375 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A9376 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A9377 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A9378 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A9379 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A9380 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A9381 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A9382 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A9383 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A9384 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A9385 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A9386 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A9387 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A9388 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A9389 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A9390 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 5
    #A9391 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A9392 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A9393 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A9394 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/MethodLengthCheckTest.java

    Severity Rule Message Line Col
    #A9395 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A9396 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A9397 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A9398 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A9399 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A9400 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A9401 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A9402 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A9403 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A9404 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A9405 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A9406 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A9407 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A9408 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/OuterTypeNumberCheckTest.java

    Severity Rule Message Line Col
    #A9409 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A9410 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A9411 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A9412 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A9413 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A9414 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A9415 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A9416 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A9417 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A9418 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A9419 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A9420 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/sizes/ParameterNumberCheckTest.java

    Severity Rule Message Line Col
    #A9421 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A9422 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A9423 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A9424 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A9425 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A9426 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A9427 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A9428 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A9429 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A9430 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A9431 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A9432 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A9433 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A9434 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A9435 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A9436 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A9437 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A9438 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForInitializerPadCheckTest.java

    Severity Rule Message Line Col
    #A9439 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A9440 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A9441 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A9442 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A9443 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A9444 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A9445 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A9446 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A9447 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A9448 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A9449 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A9450 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A9451 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A9452 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A9453 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A9454 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyForIteratorPadCheckTest.java

    Severity Rule Message Line Col
    #A9455 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A9456 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A9457 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A9458 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A9459 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A9460 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A9461 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A9462 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A9463 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A9464 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A9465 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A9466 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/EmptyLineSeparatorCheckTest.java

    Severity Rule Message Line Col
    #A9467 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A9468 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A9469 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A9470 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A9471 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A9472 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A9473 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A9474 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A9475 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A9476 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A9477 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A9478 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A9479 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A9480 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A9481 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A9482 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A9483 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A9484 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A9485 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A9486 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A9487 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A9488 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A9489 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A9490 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A9491 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A9492 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A9493 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A9494 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 5
    #A9495 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A9496 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 5
    #A9497 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A9498 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A9499 warning AnnotationUseStyle Annotation must have closing parenthesis. 212
    #A9500 warning AnnotationUseStyle Annotation must have closing parenthesis. 212 5
    #A9501 warning AnnotationUseStyle Annotation must have closing parenthesis. 232
    #A9502 warning AnnotationUseStyle Annotation must have closing parenthesis. 232 5
    #A9503 warning AnnotationUseStyle Annotation must have closing parenthesis. 241
    #A9504 warning AnnotationUseStyle Annotation must have closing parenthesis. 241 5
    #A9505 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A9506 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 5
    #A9507 warning AnnotationUseStyle Annotation must have closing parenthesis. 266
    #A9508 warning AnnotationUseStyle Annotation must have closing parenthesis. 266 5
    #A9509 warning AnnotationUseStyle Annotation must have closing parenthesis. 284
    #A9510 warning AnnotationUseStyle Annotation must have closing parenthesis. 284 5
    #A9511 warning AnnotationUseStyle Annotation must have closing parenthesis. 295
    #A9512 warning AnnotationUseStyle Annotation must have closing parenthesis. 295 5
    #A9513 warning AnnotationUseStyle Annotation must have closing parenthesis. 302
    #A9514 warning AnnotationUseStyle Annotation must have closing parenthesis. 302 5
    #A9515 warning AnnotationUseStyle Annotation must have closing parenthesis. 311
    #A9516 warning AnnotationUseStyle Annotation must have closing parenthesis. 311 5
    #A9517 warning AnnotationUseStyle Annotation must have closing parenthesis. 320
    #A9518 warning AnnotationUseStyle Annotation must have closing parenthesis. 320 5
    #A9519 warning AnnotationUseStyle Annotation must have closing parenthesis. 331
    #A9520 warning AnnotationUseStyle Annotation must have closing parenthesis. 331 5
    #A9521 warning AnnotationUseStyle Annotation must have closing parenthesis. 342
    #A9522 warning AnnotationUseStyle Annotation must have closing parenthesis. 342 5
    #A9523 warning AnnotationUseStyle Annotation must have closing parenthesis. 353
    #A9524 warning AnnotationUseStyle Annotation must have closing parenthesis. 353 5
    #A9525 warning AnnotationUseStyle Annotation must have closing parenthesis. 365
    #A9526 warning AnnotationUseStyle Annotation must have closing parenthesis. 365 5
    #A9527 warning AnnotationUseStyle Annotation must have closing parenthesis. 412
    #A9528 warning AnnotationUseStyle Annotation must have closing parenthesis. 412 5
    #A9529 warning AnnotationUseStyle Annotation must have closing parenthesis. 422
    #A9530 warning AnnotationUseStyle Annotation must have closing parenthesis. 422 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/FileTabCharacterCheckTest.java

    Severity Rule Message Line Col
    #A9531 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A9532 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A9533 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A9534 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A9535 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A9536 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A9537 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A9538 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/GenericWhitespaceCheckTest.java

    Severity Rule Message Line Col
    #A9539 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A9540 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A9541 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A9542 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A9543 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A9544 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A9545 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A9546 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A9547 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A9548 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A9549 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A9550 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A9551 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A9552 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A9553 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A9554 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A9555 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A9556 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A9557 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A9558 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A9559 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A9560 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A9561 warning AnnotationUseStyle Annotation must have closing parenthesis. 167
    #A9562 warning AnnotationUseStyle Annotation must have closing parenthesis. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/MethodParamPadCheckTest.java

    Severity Rule Message Line Col
    #A9563 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A9564 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A9565 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A9566 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A9567 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A9568 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A9569 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A9570 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A9571 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A9572 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A9573 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A9574 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A9575 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A9576 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A9577 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A9578 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoLineWrapCheckTest.java

    Severity Rule Message Line Col
    #A9579 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A9580 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A9581 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A9582 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A9583 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A9584 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A9585 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A9586 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceAfterCheckTest.java

    Severity Rule Message Line Col
    #A9587 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A9588 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A9589 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A9590 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A9591 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A9592 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A9593 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A9594 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A9595 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A9596 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A9597 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A9598 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A9599 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A9600 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A9601 warning AnnotationUseStyle Annotation must have closing parenthesis. 183
    #A9602 warning AnnotationUseStyle Annotation must have closing parenthesis. 183 5
    #A9603 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A9604 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A9605 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A9606 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 5
    #A9607 warning AnnotationUseStyle Annotation must have closing parenthesis. 209
    #A9608 warning AnnotationUseStyle Annotation must have closing parenthesis. 209 5
    #A9609 warning AnnotationUseStyle Annotation must have closing parenthesis. 220
    #A9610 warning AnnotationUseStyle Annotation must have closing parenthesis. 220 5
    #A9611 warning AnnotationUseStyle Annotation must have closing parenthesis. 230
    #A9612 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 5
    #A9613 warning AnnotationUseStyle Annotation must have closing parenthesis. 251
    #A9614 warning AnnotationUseStyle Annotation must have closing parenthesis. 251 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/NoWhitespaceBeforeCheckTest.java

    Severity Rule Message Line Col
    #A9615 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A9616 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A9617 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A9618 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A9619 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A9620 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A9621 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A9622 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A9623 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A9624 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A9625 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A9626 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A9627 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A9628 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A9629 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A9630 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/OperatorWrapCheckTest.java

    Severity Rule Message Line Col
    #A9631 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A9632 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A9633 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A9634 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A9635 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A9636 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A9637 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A9638 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A9639 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A9640 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A9641 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A9642 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A9643 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A9644 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/ParenPadCheckTest.java

    Severity Rule Message Line Col
    #A9645 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A9646 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A9647 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A9648 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A9649 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A9650 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A9651 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A9652 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A9653 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A9654 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A9655 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A9656 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A9657 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A9658 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A9659 warning AnnotationUseStyle Annotation must have closing parenthesis. 294
    #A9660 warning AnnotationUseStyle Annotation must have closing parenthesis. 294 5
    #A9661 warning AnnotationUseStyle Annotation must have closing parenthesis. 330
    #A9662 warning AnnotationUseStyle Annotation must have closing parenthesis. 330 5
    #A9663 warning AnnotationUseStyle Annotation must have closing parenthesis. 350
    #A9664 warning AnnotationUseStyle Annotation must have closing parenthesis. 350 5
    #A9665 warning AnnotationUseStyle Annotation must have closing parenthesis. 370
    #A9666 warning AnnotationUseStyle Annotation must have closing parenthesis. 370 5
    #A9667 warning AnnotationUseStyle Annotation must have closing parenthesis. 389
    #A9668 warning AnnotationUseStyle Annotation must have closing parenthesis. 389 5
    #A9669 warning AnnotationUseStyle Annotation must have closing parenthesis. 402
    #A9670 warning AnnotationUseStyle Annotation must have closing parenthesis. 402 5
    #A9671 warning AnnotationUseStyle Annotation must have closing parenthesis. 414
    #A9672 warning AnnotationUseStyle Annotation must have closing parenthesis. 414 5
    #A9673 warning AnnotationUseStyle Annotation must have closing parenthesis. 431
    #A9674 warning AnnotationUseStyle Annotation must have closing parenthesis. 431 5
    #A9675 warning AnnotationUseStyle Annotation must have closing parenthesis. 449
    #A9676 warning AnnotationUseStyle Annotation must have closing parenthesis. 449 5
    #A9677 warning AnnotationUseStyle Annotation must have closing parenthesis. 459
    #A9678 warning AnnotationUseStyle Annotation must have closing parenthesis. 459 5
    #A9679 warning AnnotationUseStyle Annotation must have closing parenthesis. 478
    #A9680 warning AnnotationUseStyle Annotation must have closing parenthesis. 478 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/SeparatorWrapCheckTest.java

    Severity Rule Message Line Col
    #A9681 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A9682 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A9683 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A9684 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A9685 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A9686 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A9687 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A9688 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A9689 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A9690 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A9691 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A9692 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A9693 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A9694 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A9695 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A9696 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/SingleSpaceSeparatorCheckTest.java

    Severity Rule Message Line Col
    #A9697 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A9698 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A9699 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A9700 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A9701 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A9702 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A9703 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A9704 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A9705 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A9706 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A9707 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A9708 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A9709 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A9710 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A9711 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A9712 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A9713 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A9714 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A9715 warning AnnotationUseStyle Annotation must have closing parenthesis. 159
    #A9716 warning AnnotationUseStyle Annotation must have closing parenthesis. 159 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/TypecastParenPadCheckTest.java

    Severity Rule Message Line Col
    #A9717 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A9718 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A9719 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A9720 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A9721 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A9722 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A9723 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A9724 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A9725 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A9726 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAfterCheckTest.java

    Severity Rule Message Line Col
    #A9727 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A9728 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A9729 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A9730 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A9731 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A9732 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A9733 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A9734 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A9735 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A9736 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A9737 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A9738 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A9739 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A9740 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A9741 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A9742 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A9743 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A9744 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A9745 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A9746 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A9747 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A9748 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A9749 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A9750 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A9751 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A9752 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A9753 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A9754 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 5
    #A9755 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A9756 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAroundCheckTest.java

    Severity Rule Message Line Col
    #A9757 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A9758 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A9759 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A9760 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A9761 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A9762 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A9763 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A9764 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A9765 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A9766 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A9767 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A9768 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A9769 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A9770 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A9771 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A9772 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5
    #A9773 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A9774 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A9775 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A9776 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 5
    #A9777 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A9778 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 5
    #A9779 warning AnnotationUseStyle Annotation must have closing parenthesis. 212
    #A9780 warning AnnotationUseStyle Annotation must have closing parenthesis. 212 5
    #A9781 warning AnnotationUseStyle Annotation must have closing parenthesis. 223
    #A9782 warning AnnotationUseStyle Annotation must have closing parenthesis. 223 5
    #A9783 warning AnnotationUseStyle Annotation must have closing parenthesis. 239
    #A9784 warning AnnotationUseStyle Annotation must have closing parenthesis. 239 5
    #A9785 warning AnnotationUseStyle Annotation must have closing parenthesis. 259
    #A9786 warning AnnotationUseStyle Annotation must have closing parenthesis. 259 5
    #A9787 warning AnnotationUseStyle Annotation must have closing parenthesis. 268
    #A9788 warning AnnotationUseStyle Annotation must have closing parenthesis. 268 5
    #A9789 warning AnnotationUseStyle Annotation must have closing parenthesis. 277
    #A9790 warning AnnotationUseStyle Annotation must have closing parenthesis. 277 5
    #A9791 warning AnnotationUseStyle Annotation must have closing parenthesis. 285
    #A9792 warning AnnotationUseStyle Annotation must have closing parenthesis. 285 5
    #A9793 warning AnnotationUseStyle Annotation must have closing parenthesis. 350
    #A9794 warning AnnotationUseStyle Annotation must have closing parenthesis. 350 5
    #A9795 warning AnnotationUseStyle Annotation must have closing parenthesis. 375
    #A9796 warning AnnotationUseStyle Annotation must have closing parenthesis. 375 5
    #A9797 warning AnnotationUseStyle Annotation must have closing parenthesis. 396
    #A9798 warning AnnotationUseStyle Annotation must have closing parenthesis. 396 5
    #A9799 warning AnnotationUseStyle Annotation must have closing parenthesis. 411
    #A9800 warning AnnotationUseStyle Annotation must have closing parenthesis. 411 5
    #A9801 warning AnnotationUseStyle Annotation must have closing parenthesis. 425
    #A9802 warning AnnotationUseStyle Annotation must have closing parenthesis. 425 5
    #A9803 warning AnnotationUseStyle Annotation must have closing parenthesis. 435
    #A9804 warning AnnotationUseStyle Annotation must have closing parenthesis. 435 5
    #A9805 warning AnnotationUseStyle Annotation must have closing parenthesis. 444
    #A9806 warning AnnotationUseStyle Annotation must have closing parenthesis. 444 5
    #A9807 warning AnnotationUseStyle Annotation must have closing parenthesis. 461
    #A9808 warning AnnotationUseStyle Annotation must have closing parenthesis. 461 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filefilters/BeforeExecutionExclusionFileFilterTest.java

    Severity Rule Message Line Col
    #A9809 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A9810 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A9811 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A9812 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A9813 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A9814 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A9815 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A9816 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A9817 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A9818 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/CsvFilterElementTest.java

    Severity Rule Message Line Col
    #A9819 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A9820 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A9821 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A9822 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A9823 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A9824 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A9825 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A9826 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A9827 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A9828 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A9829 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A9830 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A9831 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A9832 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/IntMatchFilterElementTest.java

    Severity Rule Message Line Col
    #A9833 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A9834 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A9835 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A9836 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A9837 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A9838 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/IntRangeFilterElementTest.java

    Severity Rule Message Line Col
    #A9839 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A9840 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A9841 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A9842 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A9843 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A9844 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A9845 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A9846 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SeverityMatchFilterTest.java

    Severity Rule Message Line Col
    #A9847 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A9848 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A9849 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A9850 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A9851 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A9852 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A9853 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A9854 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressFilterElementTest.java

    Severity Rule Message Line Col
    #A9855 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A9856 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A9857 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A9858 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A9859 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A9860 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A9861 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A9862 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A9863 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A9864 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 5
    #A9865 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A9866 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A9867 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A9868 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A9869 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A9870 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A9871 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A9872 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A9873 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A9874 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A9875 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A9876 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A9877 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A9878 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A9879 warning AnnotationUseStyle Annotation must have closing parenthesis. 158
    #A9880 warning AnnotationUseStyle Annotation must have closing parenthesis. 158 5
    #A9881 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A9882 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A9883 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A9884 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 5
    #A9885 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A9886 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 5
    #A9887 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A9888 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A9889 warning AnnotationUseStyle Annotation must have closing parenthesis. 232
    #A9890 warning AnnotationUseStyle Annotation must have closing parenthesis. 232 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressWarningsFilterTest.java

    Severity Rule Message Line Col
    #A9891 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A9892 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A9893 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A9894 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A9895 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A9896 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A9897 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A9898 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithNearbyCommentFilterTest.java

    Severity Rule Message Line Col
    #A9899 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A9900 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A9901 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A9902 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A9903 warning AnnotationUseStyle Annotation must have closing parenthesis. 147
    #A9904 warning AnnotationUseStyle Annotation must have closing parenthesis. 147 5
    #A9905 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A9906 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5
    #A9907 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A9908 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A9909 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A9910 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A9911 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A9912 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 5
    #A9913 warning AnnotationUseStyle Annotation must have closing parenthesis. 249
    #A9914 warning AnnotationUseStyle Annotation must have closing parenthesis. 249 5
    #A9915 warning AnnotationUseStyle Annotation must have closing parenthesis. 264
    #A9916 warning AnnotationUseStyle Annotation must have closing parenthesis. 264 5
    #A9917 warning AnnotationUseStyle Annotation must have closing parenthesis. 279
    #A9918 warning AnnotationUseStyle Annotation must have closing parenthesis. 279 5
    #A9919 warning AnnotationUseStyle Annotation must have closing parenthesis. 303
    #A9920 warning AnnotationUseStyle Annotation must have closing parenthesis. 303 5
    #A9921 warning AnnotationUseStyle Annotation must have closing parenthesis. 352
    #A9922 warning AnnotationUseStyle Annotation must have closing parenthesis. 352 5
    #A9923 warning AnnotationUseStyle Annotation must have closing parenthesis. 371
    #A9924 warning AnnotationUseStyle Annotation must have closing parenthesis. 371 5
    #A9925 warning AnnotationUseStyle Annotation must have closing parenthesis. 406
    #A9926 warning AnnotationUseStyle Annotation must have closing parenthesis. 406 5
    #A9927 warning AnnotationUseStyle Annotation must have closing parenthesis. 424
    #A9928 warning AnnotationUseStyle Annotation must have closing parenthesis. 424 5
    #A9929 warning AnnotationUseStyle Annotation must have closing parenthesis. 435
    #A9930 warning AnnotationUseStyle Annotation must have closing parenthesis. 435 5
    #A9931 warning AnnotationUseStyle Annotation must have closing parenthesis. 444
    #A9932 warning AnnotationUseStyle Annotation must have closing parenthesis. 444 5
    #A9933 warning AnnotationUseStyle Annotation must have closing parenthesis. 455
    #A9934 warning AnnotationUseStyle Annotation must have closing parenthesis. 455 5
    #A9935 warning AnnotationUseStyle Annotation must have closing parenthesis. 467
    #A9936 warning AnnotationUseStyle Annotation must have closing parenthesis. 467 5
    #A9937 warning AnnotationUseStyle Annotation must have closing parenthesis. 478
    #A9938 warning AnnotationUseStyle Annotation must have closing parenthesis. 478 5
    #A9939 warning AnnotationUseStyle Annotation must have closing parenthesis. 519
    #A9940 warning AnnotationUseStyle Annotation must have closing parenthesis. 519 5
    #A9941 warning AnnotationUseStyle Annotation must have closing parenthesis. 560
    #A9942 warning AnnotationUseStyle Annotation must have closing parenthesis. 560 5
    #A9943 warning AnnotationUseStyle Annotation must have closing parenthesis. 602
    #A9944 warning AnnotationUseStyle Annotation must have closing parenthesis. 602 5
    #A9945 warning AnnotationUseStyle Annotation must have closing parenthesis. 640
    #A9946 warning AnnotationUseStyle Annotation must have closing parenthesis. 640 5
    #A9947 warning AnnotationUseStyle Annotation must have closing parenthesis. 682
    #A9948 warning AnnotationUseStyle Annotation must have closing parenthesis. 682 5
    #A9949 warning AnnotationUseStyle Annotation must have closing parenthesis. 724
    #A9950 warning AnnotationUseStyle Annotation must have closing parenthesis. 724 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressWithPlainTextCommentFilterTest.java

    Severity Rule Message Line Col
    #A9951 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A9952 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A9953 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A9954 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A9955 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A9956 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A9957 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A9958 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A9959 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A9960 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A9961 warning AnnotationUseStyle Annotation must have closing parenthesis. 173
    #A9962 warning AnnotationUseStyle Annotation must have closing parenthesis. 173 5
    #A9963 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A9964 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 5
    #A9965 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A9966 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A9967 warning AnnotationUseStyle Annotation must have closing parenthesis. 259
    #A9968 warning AnnotationUseStyle Annotation must have closing parenthesis. 259 5
    #A9969 warning AnnotationUseStyle Annotation must have closing parenthesis. 284
    #A9970 warning AnnotationUseStyle Annotation must have closing parenthesis. 284 5
    #A9971 warning AnnotationUseStyle Annotation must have closing parenthesis. 318
    #A9972 warning AnnotationUseStyle Annotation must have closing parenthesis. 318 5
    #A9973 warning AnnotationUseStyle Annotation must have closing parenthesis. 350
    #A9974 warning AnnotationUseStyle Annotation must have closing parenthesis. 350 5
    #A9975 warning AnnotationUseStyle Annotation must have closing parenthesis. 363
    #A9976 warning AnnotationUseStyle Annotation must have closing parenthesis. 363 5
    #A9977 warning AnnotationUseStyle Annotation must have closing parenthesis. 373
    #A9978 warning AnnotationUseStyle Annotation must have closing parenthesis. 373 5
    #A9979 warning AnnotationUseStyle Annotation must have closing parenthesis. 413
    #A9980 warning AnnotationUseStyle Annotation must have closing parenthesis. 413 5
    #A9981 warning AnnotationUseStyle Annotation must have closing parenthesis. 458
    #A9982 warning AnnotationUseStyle Annotation must have closing parenthesis. 458 5
    #A9983 warning AnnotationUseStyle Annotation must have closing parenthesis. 499
    #A9984 warning AnnotationUseStyle Annotation must have closing parenthesis. 499 5
    #A9985 warning AnnotationUseStyle Annotation must have closing parenthesis. 538
    #A9986 warning AnnotationUseStyle Annotation must have closing parenthesis. 538 5
    #A9987 warning AnnotationUseStyle Annotation must have closing parenthesis. 583
    #A9988 warning AnnotationUseStyle Annotation must have closing parenthesis. 583 5
    #A9989 warning AnnotationUseStyle Annotation must have closing parenthesis. 607
    #A9990 warning AnnotationUseStyle Annotation must have closing parenthesis. 607 5
    #A9991 warning AnnotationUseStyle Annotation must have closing parenthesis. 647
    #A9992 warning AnnotationUseStyle Annotation must have closing parenthesis. 647 5
    #A9993 warning AnnotationUseStyle Annotation must have closing parenthesis. 681
    #A9994 warning AnnotationUseStyle Annotation must have closing parenthesis. 681 5
    #A9995 warning AnnotationUseStyle Annotation must have closing parenthesis. 715
    #A9996 warning AnnotationUseStyle Annotation must have closing parenthesis. 715 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionCommentFilterTest.java

    Severity Rule Message Line Col
    #A9997 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A9998 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A9999 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A10000 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A10001 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A10002 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A10003 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A10004 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 5
    #A10005 warning AnnotationUseStyle Annotation must have closing parenthesis. 159
    #A10006 warning AnnotationUseStyle Annotation must have closing parenthesis. 159 5
    #A10007 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A10008 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A10009 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A10010 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 5
    #A10011 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A10012 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 5
    #A10013 warning AnnotationUseStyle Annotation must have closing parenthesis. 233
    #A10014 warning AnnotationUseStyle Annotation must have closing parenthesis. 233 5
    #A10015 warning AnnotationUseStyle Annotation must have closing parenthesis. 254
    #A10016 warning AnnotationUseStyle Annotation must have closing parenthesis. 254 5
    #A10017 warning AnnotationUseStyle Annotation must have closing parenthesis. 304
    #A10018 warning AnnotationUseStyle Annotation must have closing parenthesis. 304 5
    #A10019 warning AnnotationUseStyle Annotation must have closing parenthesis. 312
    #A10020 warning AnnotationUseStyle Annotation must have closing parenthesis. 312 5
    #A10021 warning AnnotationUseStyle Annotation must have closing parenthesis. 321
    #A10022 warning AnnotationUseStyle Annotation must have closing parenthesis. 321 5
    #A10023 warning AnnotationUseStyle Annotation must have closing parenthesis. 333
    #A10024 warning AnnotationUseStyle Annotation must have closing parenthesis. 333 5
    #A10025 warning AnnotationUseStyle Annotation must have closing parenthesis. 356
    #A10026 warning AnnotationUseStyle Annotation must have closing parenthesis. 356 5
    #A10027 warning AnnotationUseStyle Annotation must have closing parenthesis. 374
    #A10028 warning AnnotationUseStyle Annotation must have closing parenthesis. 374 5
    #A10029 warning AnnotationUseStyle Annotation must have closing parenthesis. 392
    #A10030 warning AnnotationUseStyle Annotation must have closing parenthesis. 392 5
    #A10031 warning AnnotationUseStyle Annotation must have closing parenthesis. 404
    #A10032 warning AnnotationUseStyle Annotation must have closing parenthesis. 404 5
    #A10033 warning AnnotationUseStyle Annotation must have closing parenthesis. 413
    #A10034 warning AnnotationUseStyle Annotation must have closing parenthesis. 413 5
    #A10035 warning AnnotationUseStyle Annotation must have closing parenthesis. 453
    #A10036 warning AnnotationUseStyle Annotation must have closing parenthesis. 453 5
    #A10037 warning AnnotationUseStyle Annotation must have closing parenthesis. 493
    #A10038 warning AnnotationUseStyle Annotation must have closing parenthesis. 493 5
    #A10039 warning AnnotationUseStyle Annotation must have closing parenthesis. 534
    #A10040 warning AnnotationUseStyle Annotation must have closing parenthesis. 534 5
    #A10041 warning AnnotationUseStyle Annotation must have closing parenthesis. 572
    #A10042 warning AnnotationUseStyle Annotation must have closing parenthesis. 572 5
    #A10043 warning AnnotationUseStyle Annotation must have closing parenthesis. 610
    #A10044 warning AnnotationUseStyle Annotation must have closing parenthesis. 610 5
    #A10045 warning AnnotationUseStyle Annotation must have closing parenthesis. 622
    #A10046 warning AnnotationUseStyle Annotation must have closing parenthesis. 622 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionFilterTest.java

    Severity Rule Message Line Col
    #A10047 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10048 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A10049 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A10050 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A10051 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10052 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A10053 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A10054 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A10055 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A10056 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 5
    #A10057 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A10058 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A10059 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A10060 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A10061 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A10062 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A10063 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A10064 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A10065 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A10066 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A10067 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A10068 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A10069 warning AnnotationUseStyle Annotation must have closing parenthesis. 170
    #A10070 warning AnnotationUseStyle Annotation must have closing parenthesis. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionSingleFilterTest.java

    Severity Rule Message Line Col
    #A10071 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A10072 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A10073 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A10074 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A10075 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A10076 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A10077 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A10078 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A10079 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A10080 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A10081 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A10082 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A10083 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A10084 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A10085 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A10086 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A10087 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A10088 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A10089 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A10090 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A10091 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A10092 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionXpathFilterTest.java

    Severity Rule Message Line Col
    #A10093 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A10094 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A10095 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A10096 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A10097 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A10098 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A10099 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A10100 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A10101 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A10102 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A10103 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A10104 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A10105 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A10106 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A10107 warning AnnotationUseStyle Annotation must have closing parenthesis. 124
    #A10108 warning AnnotationUseStyle Annotation must have closing parenthesis. 124 5
    #A10109 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A10110 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A10111 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A10112 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A10113 warning AnnotationUseStyle Annotation must have closing parenthesis. 159
    #A10114 warning AnnotationUseStyle Annotation must have closing parenthesis. 159 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionXpathSingleFilterTest.java

    Severity Rule Message Line Col
    #A10115 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A10116 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A10117 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10118 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A10119 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A10120 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A10121 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A10122 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A10123 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A10124 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A10125 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A10126 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A10127 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A10128 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A10129 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A10130 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A10131 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A10132 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A10133 warning AnnotationUseStyle Annotation must have closing parenthesis. 147
    #A10134 warning AnnotationUseStyle Annotation must have closing parenthesis. 147 5
    #A10135 warning AnnotationUseStyle Annotation must have closing parenthesis. 158
    #A10136 warning AnnotationUseStyle Annotation must have closing parenthesis. 158 5
    #A10137 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A10138 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A10139 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A10140 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 5
    #A10141 warning AnnotationUseStyle Annotation must have closing parenthesis. 195
    #A10142 warning AnnotationUseStyle Annotation must have closing parenthesis. 195 5
    #A10143 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A10144 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 5
    #A10145 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A10146 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 5
    #A10147 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A10148 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 5
    #A10149 warning AnnotationUseStyle Annotation must have closing parenthesis. 251
    #A10150 warning AnnotationUseStyle Annotation must have closing parenthesis. 251 5
    #A10151 warning AnnotationUseStyle Annotation must have closing parenthesis. 262
    #A10152 warning AnnotationUseStyle Annotation must have closing parenthesis. 262 5
    #A10153 warning AnnotationUseStyle Annotation must have closing parenthesis. 272
    #A10154 warning AnnotationUseStyle Annotation must have closing parenthesis. 272 5
    #A10155 warning AnnotationUseStyle Annotation must have closing parenthesis. 287
    #A10156 warning AnnotationUseStyle Annotation must have closing parenthesis. 287 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionsLoaderTest.java

    Severity Rule Message Line Col
    #A10157 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10158 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A10159 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A10160 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A10161 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A10162 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A10163 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A10164 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A10165 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A10166 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A10167 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A10168 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A10169 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A10170 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A10171 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A10172 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5
    #A10173 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A10174 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A10175 warning AnnotationUseStyle Annotation must have closing parenthesis. 223
    #A10176 warning AnnotationUseStyle Annotation must have closing parenthesis. 223 5
    #A10177 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A10178 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 5
    #A10179 warning AnnotationUseStyle Annotation must have closing parenthesis. 253
    #A10180 warning AnnotationUseStyle Annotation must have closing parenthesis. 253 5
    #A10181 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A10182 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A10183 warning AnnotationUseStyle Annotation must have closing parenthesis. 275
    #A10184 warning AnnotationUseStyle Annotation must have closing parenthesis. 275 5
    #A10185 warning AnnotationUseStyle Annotation must have closing parenthesis. 289
    #A10186 warning AnnotationUseStyle Annotation must have closing parenthesis. 289 5
    #A10187 warning AnnotationUseStyle Annotation must have closing parenthesis. 297
    #A10188 warning AnnotationUseStyle Annotation must have closing parenthesis. 297 5
    #A10189 warning AnnotationUseStyle Annotation must have closing parenthesis. 308
    #A10190 warning AnnotationUseStyle Annotation must have closing parenthesis. 308 5
    #A10191 warning AnnotationUseStyle Annotation must have closing parenthesis. 324
    #A10192 warning AnnotationUseStyle Annotation must have closing parenthesis. 324 5
    #A10193 warning AnnotationUseStyle Annotation must have closing parenthesis. 339
    #A10194 warning AnnotationUseStyle Annotation must have closing parenthesis. 339 5
    #A10195 warning AnnotationUseStyle Annotation must have closing parenthesis. 355
    #A10196 warning AnnotationUseStyle Annotation must have closing parenthesis. 355 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/filters/XpathFilterElementTest.java

    Severity Rule Message Line Col
    #A10197 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A10198 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A10199 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A10200 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A10201 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A10202 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A10203 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A10204 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A10205 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A10206 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A10207 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A10208 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A10209 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A10210 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A10211 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A10212 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 5
    #A10213 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A10214 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A10215 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A10216 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A10217 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A10218 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5
    #A10219 warning AnnotationUseStyle Annotation must have closing parenthesis. 166
    #A10220 warning AnnotationUseStyle Annotation must have closing parenthesis. 166 5
    #A10221 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A10222 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A10223 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A10224 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 5
    #A10225 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A10226 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 5
    #A10227 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A10228 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5
    #A10229 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A10230 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 5
    #A10231 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A10232 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A10233 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A10234 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 5
    #A10235 warning AnnotationUseStyle Annotation must have closing parenthesis. 251
    #A10236 warning AnnotationUseStyle Annotation must have closing parenthesis. 251 5
    #A10237 warning AnnotationUseStyle Annotation must have closing parenthesis. 261
    #A10238 warning AnnotationUseStyle Annotation must have closing parenthesis. 261 5
    #A10239 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A10240 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 5
    #A10241 warning AnnotationUseStyle Annotation must have closing parenthesis. 283
    #A10242 warning AnnotationUseStyle Annotation must have closing parenthesis. 283 5
    #A10243 warning AnnotationUseStyle Annotation must have closing parenthesis. 303
    #A10244 warning AnnotationUseStyle Annotation must have closing parenthesis. 303 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/AstRegressionTest.java

    Severity Rule Message Line Col
    #A10245 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A10246 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A10247 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A10248 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A10249 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A10250 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A10251 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A10252 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A10253 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A10254 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A10255 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A10256 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A10257 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A10258 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A10259 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A10260 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A10261 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A10262 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A10263 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A10264 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A10265 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A10266 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A10267 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A10268 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A10269 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A10270 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A10271 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A10272 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A10273 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A10274 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 5
    #A10275 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A10276 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A10277 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A10278 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A10279 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A10280 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A10281 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A10282 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 5
    #A10283 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A10284 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5
    #A10285 warning AnnotationUseStyle Annotation must have closing parenthesis. 312
    #A10286 warning AnnotationUseStyle Annotation must have closing parenthesis. 312 9
    #A10287 warning AnnotationUseStyle Annotation must have closing parenthesis. 317
    #A10288 warning AnnotationUseStyle Annotation must have closing parenthesis. 317 9
    #A10289 warning AnnotationUseStyle Annotation must have closing parenthesis. 322
    #A10290 warning AnnotationUseStyle Annotation must have closing parenthesis. 322 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/EmbeddedNullCharTest.java

    Severity Rule Message Line Col
    #A10291 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10292 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10293 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10294 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/GeneratedJava14LexerTest.java

    Severity Rule Message Line Col
    #A10295 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A10296 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A10297 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A10298 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A10299 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A10300 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/GeneratedJavaTokenTypesTest.java

    Severity Rule Message Line Col
    #A10301 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A10302 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/HexFloatsTest.java

    Severity Rule Message Line Col
    #A10303 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10304 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10305 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10306 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7DiamondTest.java

    Severity Rule Message Line Col
    #A10307 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10308 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10309 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10310 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7MultiCatchTest.java

    Severity Rule Message Line Col
    #A10311 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10312 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10313 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10314 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7NumericalLiteralsTest.java

    Severity Rule Message Line Col
    #A10315 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10316 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10317 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10318 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7StringSwitchTest.java

    Severity Rule Message Line Col
    #A10319 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10320 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10321 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10322 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java7TryWithResourcesTest.java

    Severity Rule Message Line Col
    #A10323 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10324 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10325 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10326 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/Java9TryWithResourcesTest.java

    Severity Rule Message Line Col
    #A10327 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A10328 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A10329 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A10330 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/LineCommentAtTheEndOfFileTest.java

    Severity Rule Message Line Col
    #A10331 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A10332 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A10333 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A10334 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/MultiDimensionalArraysInGenericsTest.java

    Severity Rule Message Line Col
    #A10335 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A10336 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A10337 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A10338 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/UnicodeEscapeTest.java

    Severity Rule Message Line Col
    #A10339 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10340 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10341 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10342 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/VarargTest.java

    Severity Rule Message Line Col
    #A10343 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10344 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10345 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10346 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/comments/AllBlockCommentsTest.java

    Severity Rule Message Line Col
    #A10347 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10348 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A10349 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A10350 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A10351 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A10352 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 9
    #A10353 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A10354 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 9
    #A10355 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A10356 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 9
    #A10357 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A10358 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 9
    #A10359 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A10360 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 9
    #A10361 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A10362 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/comments/AllSinglelineCommentsTest.java

    Severity Rule Message Line Col
    #A10363 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A10364 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A10365 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A10366 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A10367 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A10368 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 9
    #A10369 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A10370 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 9
    #A10371 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A10372 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 9
    #A10373 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A10374 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 9
    #A10375 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A10376 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 9
    #A10377 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A10378 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/comments/CommentsTest.java

    Severity Rule Message Line Col
    #A10379 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A10380 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A10381 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A10382 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A10383 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A10384 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A10385 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A10386 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A10387 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A10388 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A10389 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A10390 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/AnnotationTest.java

    Severity Rule Message Line Col
    #A10391 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A10392 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A10393 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A10394 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A10395 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A10396 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A10397 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10398 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A10399 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A10400 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A10401 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A10402 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A10403 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A10404 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A10405 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A10406 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A10407 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A10408 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A10409 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A10410 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A10411 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A10412 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A10413 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A10414 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A10415 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A10416 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/AnnotationsOnArrayTest.java

    Severity Rule Message Line Col
    #A10417 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A10418 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A10419 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A10420 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/DefaultMethodsTest.java

    Severity Rule Message Line Col
    #A10421 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A10422 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A10423 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A10424 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A10425 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A10426 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/LambdaTest.java

    Severity Rule Message Line Col
    #A10427 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A10428 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A10429 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A10430 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A10431 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A10432 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A10433 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10434 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A10435 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A10436 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A10437 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A10438 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A10439 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A10440 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A10441 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A10442 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A10443 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A10444 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A10445 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A10446 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A10447 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A10448 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A10449 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A10450 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A10451 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A10452 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A10453 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A10454 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A10455 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A10456 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A10457 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A10458 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A10459 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A10460 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A10461 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A10462 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 5
    #A10463 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A10464 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/MethodReferencesTest.java

    Severity Rule Message Line Col
    #A10465 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A10466 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A10467 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A10468 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A10469 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A10470 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A10471 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10472 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A10473 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A10474 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A10475 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A10476 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A10477 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A10478 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A10479 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A10480 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/ReceiverParameterTest.java

    Severity Rule Message Line Col
    #A10481 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A10482 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A10483 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A10484 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/java8/TypeUseAnnotationsOnQualifiedTypesTest.java

    Severity Rule Message Line Col
    #A10485 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A10486 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A10487 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A10488 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/javadoc/GeneratedJavadocTokenTypesTest.java

    Severity Rule Message Line Col
    #A10489 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A10490 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A10491 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A10492 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/grammar/javadoc/JavadocParseTreeTest.java

    Severity Rule Message Line Col
    #A10493 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10494 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A10495 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A10496 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A10497 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10498 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A10499 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A10500 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A10501 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A10502 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A10503 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A10504 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A10505 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A10506 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A10507 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A10508 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A10509 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A10510 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A10511 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A10512 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A10513 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A10514 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5
    #A10515 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A10516 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A10517 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A10518 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A10519 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A10520 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A10521 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A10522 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A10523 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A10524 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A10525 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A10526 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A10527 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A10528 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A10529 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A10530 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A10531 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A10532 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A10533 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A10534 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A10535 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A10536 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A10537 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A10538 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 5
    #A10539 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A10540 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 5
    #A10541 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A10542 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A10543 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A10544 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A10545 warning AnnotationUseStyle Annotation must have closing parenthesis. 198
    #A10546 warning AnnotationUseStyle Annotation must have closing parenthesis. 198 5
    #A10547 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A10548 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5
    #A10549 warning AnnotationUseStyle Annotation must have closing parenthesis. 210
    #A10550 warning AnnotationUseStyle Annotation must have closing parenthesis. 210 5
    #A10551 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A10552 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A10553 warning AnnotationUseStyle Annotation must have closing parenthesis. 222
    #A10554 warning AnnotationUseStyle Annotation must have closing parenthesis. 222 5
    #A10555 warning AnnotationUseStyle Annotation must have closing parenthesis. 228
    #A10556 warning AnnotationUseStyle Annotation must have closing parenthesis. 228 5
    #A10557 warning AnnotationUseStyle Annotation must have closing parenthesis. 234
    #A10558 warning AnnotationUseStyle Annotation must have closing parenthesis. 234 5
    #A10559 warning AnnotationUseStyle Annotation must have closing parenthesis. 240
    #A10560 warning AnnotationUseStyle Annotation must have closing parenthesis. 240 5
    #A10561 warning AnnotationUseStyle Annotation must have closing parenthesis. 246
    #A10562 warning AnnotationUseStyle Annotation must have closing parenthesis. 246 5
    #A10563 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A10564 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 5
    #A10565 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A10566 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 5
    #A10567 warning AnnotationUseStyle Annotation must have closing parenthesis. 264
    #A10568 warning AnnotationUseStyle Annotation must have closing parenthesis. 264 5
    #A10569 warning AnnotationUseStyle Annotation must have closing parenthesis. 270
    #A10570 warning AnnotationUseStyle Annotation must have closing parenthesis. 270 5
    #A10571 warning AnnotationUseStyle Annotation must have closing parenthesis. 276
    #A10572 warning AnnotationUseStyle Annotation must have closing parenthesis. 276 5
    #A10573 warning AnnotationUseStyle Annotation must have closing parenthesis. 282
    #A10574 warning AnnotationUseStyle Annotation must have closing parenthesis. 282 5
    #A10575 warning AnnotationUseStyle Annotation must have closing parenthesis. 288
    #A10576 warning AnnotationUseStyle Annotation must have closing parenthesis. 288 5
    #A10577 warning AnnotationUseStyle Annotation must have closing parenthesis. 294
    #A10578 warning AnnotationUseStyle Annotation must have closing parenthesis. 294 5
    #A10579 warning AnnotationUseStyle Annotation must have closing parenthesis. 300
    #A10580 warning AnnotationUseStyle Annotation must have closing parenthesis. 300 5
    #A10581 warning AnnotationUseStyle Annotation must have closing parenthesis. 306
    #A10582 warning AnnotationUseStyle Annotation must have closing parenthesis. 306 5
    #A10583 warning AnnotationUseStyle Annotation must have closing parenthesis. 312
    #A10584 warning AnnotationUseStyle Annotation must have closing parenthesis. 312 5
    #A10585 warning AnnotationUseStyle Annotation must have closing parenthesis. 318
    #A10586 warning AnnotationUseStyle Annotation must have closing parenthesis. 318 5
    #A10587 warning AnnotationUseStyle Annotation must have closing parenthesis. 324
    #A10588 warning AnnotationUseStyle Annotation must have closing parenthesis. 324 5
    #A10589 warning AnnotationUseStyle Annotation must have closing parenthesis. 330
    #A10590 warning AnnotationUseStyle Annotation must have closing parenthesis. 330 5
    #A10591 warning AnnotationUseStyle Annotation must have closing parenthesis. 336
    #A10592 warning AnnotationUseStyle Annotation must have closing parenthesis. 336 5
    #A10593 warning AnnotationUseStyle Annotation must have closing parenthesis. 342
    #A10594 warning AnnotationUseStyle Annotation must have closing parenthesis. 342 5
    #A10595 warning AnnotationUseStyle Annotation must have closing parenthesis. 348
    #A10596 warning AnnotationUseStyle Annotation must have closing parenthesis. 348 5
    #A10597 warning AnnotationUseStyle Annotation must have closing parenthesis. 354
    #A10598 warning AnnotationUseStyle Annotation must have closing parenthesis. 354 5
    #A10599 warning AnnotationUseStyle Annotation must have closing parenthesis. 360
    #A10600 warning AnnotationUseStyle Annotation must have closing parenthesis. 360 5
    #A10601 warning AnnotationUseStyle Annotation must have closing parenthesis. 366
    #A10602 warning AnnotationUseStyle Annotation must have closing parenthesis. 366 5
    #A10603 warning AnnotationUseStyle Annotation must have closing parenthesis. 372
    #A10604 warning AnnotationUseStyle Annotation must have closing parenthesis. 372 5
    #A10605 warning AnnotationUseStyle Annotation must have closing parenthesis. 378
    #A10606 warning AnnotationUseStyle Annotation must have closing parenthesis. 378 5
    #A10607 warning AnnotationUseStyle Annotation must have closing parenthesis. 384
    #A10608 warning AnnotationUseStyle Annotation must have closing parenthesis. 384 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/gui/CodeSelectorPresentationTest.java

    Severity Rule Message Line Col
    #A10609 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A10610 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A10611 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A10612 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A10613 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A10614 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A10615 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A10616 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A10617 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A10618 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A10619 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A10620 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A10621 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A10622 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/gui/MainFrameModelTest.java

    Severity Rule Message Line Col
    #A10623 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A10624 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A10625 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10626 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A10627 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A10628 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A10629 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A10630 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 5
    #A10631 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A10632 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A10633 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A10634 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A10635 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A10636 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A10637 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A10638 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A10639 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A10640 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A10641 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A10642 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/gui/ParseTreeTablePresentationTest.java

    Severity Rule Message Line Col
    #A10643 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A10644 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A10645 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10646 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A10647 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A10648 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A10649 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A10650 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 5
    #A10651 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A10652 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A10653 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A10654 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A10655 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A10656 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A10657 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A10658 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A10659 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A10660 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A10661 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A10662 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A10663 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A10664 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A10665 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A10666 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A10667 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A10668 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A10669 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A10670 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A10671 warning AnnotationUseStyle Annotation must have closing parenthesis. 183
    #A10672 warning AnnotationUseStyle Annotation must have closing parenthesis. 183 5
    #A10673 warning AnnotationUseStyle Annotation must have closing parenthesis. 212
    #A10674 warning AnnotationUseStyle Annotation must have closing parenthesis. 212 5
    #A10675 warning AnnotationUseStyle Annotation must have closing parenthesis. 244
    #A10676 warning AnnotationUseStyle Annotation must have closing parenthesis. 244 5
    #A10677 warning AnnotationUseStyle Annotation must have closing parenthesis. 281
    #A10678 warning AnnotationUseStyle Annotation must have closing parenthesis. 281 5
    #A10679 warning AnnotationUseStyle Annotation must have closing parenthesis. 301
    #A10680 warning AnnotationUseStyle Annotation must have closing parenthesis. 301 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/AllChecksTest.java

    Severity Rule Message Line Col
    #A10681 warning AnnotationUseStyle Annotation must have closing parenthesis. 245
    #A10682 warning AnnotationUseStyle Annotation must have closing parenthesis. 245 5
    #A10683 warning AnnotationUseStyle Annotation must have closing parenthesis. 250
    #A10684 warning AnnotationUseStyle Annotation must have closing parenthesis. 250 5
    #A10685 warning AnnotationUseStyle Annotation must have closing parenthesis. 272
    #A10686 warning AnnotationUseStyle Annotation must have closing parenthesis. 272 5
    #A10687 warning AnnotationUseStyle Annotation must have closing parenthesis. 291
    #A10688 warning AnnotationUseStyle Annotation must have closing parenthesis. 291 5
    #A10689 warning AnnotationUseStyle Annotation must have closing parenthesis. 310
    #A10690 warning AnnotationUseStyle Annotation must have closing parenthesis. 310 5
    #A10691 warning AnnotationUseStyle Annotation must have closing parenthesis. 329
    #A10692 warning AnnotationUseStyle Annotation must have closing parenthesis. 329 5
    #A10693 warning AnnotationUseStyle Annotation must have closing parenthesis. 346
    #A10694 warning AnnotationUseStyle Annotation must have closing parenthesis. 346 5
    #A10695 warning AnnotationUseStyle Annotation must have closing parenthesis. 359
    #A10696 warning AnnotationUseStyle Annotation must have closing parenthesis. 359 5
    #A10697 warning AnnotationUseStyle Annotation must have closing parenthesis. 368
    #A10698 warning AnnotationUseStyle Annotation must have closing parenthesis. 368 5
    #A10699 warning AnnotationUseStyle Annotation must have closing parenthesis. 455
    #A10700 warning AnnotationUseStyle Annotation must have closing parenthesis. 455 5
    #A10701 warning AnnotationUseStyle Annotation must have closing parenthesis. 475
    #A10702 warning AnnotationUseStyle Annotation must have closing parenthesis. 475 5
    #A10703 warning AnnotationUseStyle Annotation must have closing parenthesis. 486
    #A10704 warning AnnotationUseStyle Annotation must have closing parenthesis. 486 5
    #A10705 warning AnnotationUseStyle Annotation must have closing parenthesis. 496
    #A10706 warning AnnotationUseStyle Annotation must have closing parenthesis. 496 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/AllTestsTest.java

    Severity Rule Message Line Col
    #A10707 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10708 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A10709 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A10710 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/CommitValidationTest.java

    Severity Rule Message Line Col
    #A10711 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A10712 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A10713 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A10714 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A10715 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A10716 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A10717 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A10718 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 5
    #A10719 warning AnnotationUseStyle Annotation must have closing parenthesis. 339
    #A10720 warning AnnotationUseStyle Annotation must have closing parenthesis. 339 9
    #A10721 warning AnnotationUseStyle Annotation must have closing parenthesis. 344
    #A10722 warning AnnotationUseStyle Annotation must have closing parenthesis. 344 9
    #A10723 warning AnnotationUseStyle Annotation must have closing parenthesis. 353
    #A10724 warning AnnotationUseStyle Annotation must have closing parenthesis. 353 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/XdocsJavaDocsTest.java

    Severity Rule Message Line Col
    #A10725 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A10726 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A10727 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A10728 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A10729 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A10730 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A10731 warning AnnotationUseStyle Annotation must have closing parenthesis. 402
    #A10732 warning AnnotationUseStyle Annotation must have closing parenthesis. 402 9
    #A10733 warning AnnotationUseStyle Annotation must have closing parenthesis. 407
    #A10734 warning AnnotationUseStyle Annotation must have closing parenthesis. 407 9
    #A10735 warning AnnotationUseStyle Annotation must have closing parenthesis. 414
    #A10736 warning AnnotationUseStyle Annotation must have closing parenthesis. 414 9
    #A10737 warning AnnotationUseStyle Annotation must have closing parenthesis. 419
    #A10738 warning AnnotationUseStyle Annotation must have closing parenthesis. 419 9
    #A10739 warning AnnotationUseStyle Annotation must have closing parenthesis. 424
    #A10740 warning AnnotationUseStyle Annotation must have closing parenthesis. 424 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/XdocsMobileWrapperTest.java

    Severity Rule Message Line Col
    #A10741 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10742 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A10743 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10744 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/XdocsPagesTest.java

    Severity Rule Message Line Col
    #A10745 warning AnnotationUseStyle Annotation must have closing parenthesis. 246
    #A10746 warning AnnotationUseStyle Annotation must have closing parenthesis. 246 5
    #A10747 warning AnnotationUseStyle Annotation must have closing parenthesis. 264
    #A10748 warning AnnotationUseStyle Annotation must have closing parenthesis. 264 5
    #A10749 warning AnnotationUseStyle Annotation must have closing parenthesis. 324
    #A10750 warning AnnotationUseStyle Annotation must have closing parenthesis. 324 5
    #A10751 warning AnnotationUseStyle Annotation must have closing parenthesis. 365
    #A10752 warning AnnotationUseStyle Annotation must have closing parenthesis. 365 5
    #A10753 warning AnnotationUseStyle Annotation must have closing parenthesis. 474
    #A10754 warning AnnotationUseStyle Annotation must have closing parenthesis. 474 5
    #A10755 warning AnnotationUseStyle Annotation must have closing parenthesis. 520
    #A10756 warning AnnotationUseStyle Annotation must have closing parenthesis. 520 5
    #A10757 warning AnnotationUseStyle Annotation must have closing parenthesis. 1517
    #A10758 warning AnnotationUseStyle Annotation must have closing parenthesis. 1517 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/XpathRegressionTest.java

    Severity Rule Message Line Col
    #A10759 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A10760 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A10761 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A10762 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 5
    #A10763 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A10764 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A10765 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A10766 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 5
    #A10767 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A10768 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 5
    #A10769 warning AnnotationUseStyle Annotation must have closing parenthesis. 225
    #A10770 warning AnnotationUseStyle Annotation must have closing parenthesis. 225 5
    #A10771 warning AnnotationUseStyle Annotation must have closing parenthesis. 268
    #A10772 warning AnnotationUseStyle Annotation must have closing parenthesis. 268 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/AuditEventDefaultFormatterPowerTest.java

    Severity Rule Message Line Col
    #A10773 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36
    #A10774 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36 1
    #A10775 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37
    #A10776 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37 1
    #A10777 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10778 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A10779 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A10780 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/CheckstyleAntTaskPowerTest.java

    Severity Rule Message Line Col
    #A10781 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49
    #A10782 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49 1
    #A10783 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 50
    #A10784 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 50 1
    #A10785 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A10786 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A10787 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A10788 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A10789 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A10790 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A10791 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A10792 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 9
    #A10793 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A10794 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 9
    #A10795 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A10796 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/CommonUtilPowerTest.java

    Severity Rule Message Line Col
    #A10797 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42
    #A10798 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42 1
    #A10799 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43
    #A10800 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43 1
    #A10801 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10802 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/ConfigurationLoaderPowerTest.java

    Severity Rule Message Line Col
    #A10803 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42
    #A10804 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42 1
    #A10805 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43
    #A10806 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43 1
    #A10807 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10808 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A10809 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A10810 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/DefaultLoggerPowerTest.java

    Severity Rule Message Line Col
    #A10811 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A10812 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/HeaderCheckPowerTest.java

    Severity Rule Message Line Col
    #A10813 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 40
    #A10814 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 40 1
    #A10815 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 41
    #A10816 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 41 1
    #A10817 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A10818 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A10819 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10820 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/ImportControlLoaderPowerTest.java

    Severity Rule Message Line Col
    #A10821 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42
    #A10822 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42 1
    #A10823 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43
    #A10824 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43 1
    #A10825 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10826 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/JavadocPackageCheckPowerTest.java

    Severity Rule Message Line Col
    #A10827 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A10828 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A10829 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A10830 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/MainFrameModelPowerTest.java

    Severity Rule Message Line Col
    #A10831 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43
    #A10832 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43 1
    #A10833 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44
    #A10834 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44 1
    #A10835 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A10836 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A10837 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A10838 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A10839 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A10840 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A10841 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A10842 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/MainPowerTest.java

    Severity Rule Message Line Col
    #A10843 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 38
    #A10844 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 38 1
    #A10845 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39
    #A10846 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39 1
    #A10847 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A10848 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A10849 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A10850 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A10851 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A10852 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/PackageObjectFactoryPowerTest.java

    Severity Rule Message Line Col
    #A10853 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44
    #A10854 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44 1
    #A10855 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 46
    #A10856 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 46 1
    #A10857 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A10858 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/PropertyCacheFilePowerTest.java

    Severity Rule Message Line Col
    #A10859 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 61
    #A10860 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 61 1
    #A10861 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 62
    #A10862 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 62 1
    #A10863 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A10864 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A10865 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A10866 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 5
    #A10867 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A10868 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A10869 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A10870 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A10871 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A10872 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A10873 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A10874 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/RegexpOnFilenameCheckPowerTest.java

    Severity Rule Message Line Col
    #A10875 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A10876 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A10877 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A10878 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/powermock/TreeWalkerPowerTest.java

    Severity Rule Message Line Col
    #A10879 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49
    #A10880 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49 1
    #A10881 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 50
    #A10882 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 50 1
    #A10883 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A10884 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A10885 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A10886 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A10887 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A10888 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A10889 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A10890 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/DebugAuditAdapter.java

    Severity Rule Message Line Col
    #A10891 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A10892 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A10893 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A10894 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A10895 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A10896 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A10897 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A10898 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A10899 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A10900 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 5
    #A10901 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A10902 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/DebugFilter.java

    Severity Rule Message Line Col
    #A10903 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A10904 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/TestBeforeExecutionFileFilter.java

    Severity Rule Message Line Col
    #A10905 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A10906 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/TestFileSetCheck.java

    Severity Rule Message Line Col
    #A10907 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A10908 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/TestLoggingReporter.java

    Severity Rule Message Line Col
    #A10909 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A10910 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A10911 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A10912 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/testmodules/TestRootModuleChecker.java

    Severity Rule Message Line Col
    #A10913 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10914 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A10915 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10916 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A10917 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A10918 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A10919 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A10920 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A10921 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A10922 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/utils/AuditEventUtFormatter.java

    Severity Rule Message Line Col
    #A10923 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A10924 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/utils/BriefUtLogger.java

    Severity Rule Message Line Col
    #A10925 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A10926 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/internal/utils/CloseAndFlushTestByteArrayOutputStream.java

    Severity Rule Message Line Col
    #A10927 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A10928 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A10929 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10930 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/AnnotationUtilTest.java

    Severity Rule Message Line Col
    #A10931 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A10932 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A10933 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A10934 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A10935 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A10936 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A10937 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A10938 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 5
    #A10939 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A10940 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A10941 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A10942 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A10943 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A10944 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A10945 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A10946 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A10947 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A10948 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A10949 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A10950 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A10951 warning AnnotationUseStyle Annotation must have closing parenthesis. 152
    #A10952 warning AnnotationUseStyle Annotation must have closing parenthesis. 152 5
    #A10953 warning AnnotationUseStyle Annotation must have closing parenthesis. 163
    #A10954 warning AnnotationUseStyle Annotation must have closing parenthesis. 163 5
    #A10955 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A10956 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 5
    #A10957 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A10958 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5
    #A10959 warning AnnotationUseStyle Annotation must have closing parenthesis. 196
    #A10960 warning AnnotationUseStyle Annotation must have closing parenthesis. 196 5
    #A10961 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A10962 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5
    #A10963 warning AnnotationUseStyle Annotation must have closing parenthesis. 228
    #A10964 warning AnnotationUseStyle Annotation must have closing parenthesis. 228 5
    #A10965 warning AnnotationUseStyle Annotation must have closing parenthesis. 249
    #A10966 warning AnnotationUseStyle Annotation must have closing parenthesis. 249 5
    #A10967 warning AnnotationUseStyle Annotation must have closing parenthesis. 273
    #A10968 warning AnnotationUseStyle Annotation must have closing parenthesis. 273 5
    #A10969 warning AnnotationUseStyle Annotation must have closing parenthesis. 297
    #A10970 warning AnnotationUseStyle Annotation must have closing parenthesis. 297 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/BlockCommentPositionTest.java

    Severity Rule Message Line Col
    #A10971 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A10972 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A10973 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A10974 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A10975 warning AnnotationUseStyle Annotation must have closing parenthesis. 102
    #A10976 warning AnnotationUseStyle Annotation must have closing parenthesis. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/CheckUtilTest.java

    Severity Rule Message Line Col
    #A10977 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A10978 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 5
    #A10979 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A10980 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A10981 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A10982 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A10983 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A10984 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A10985 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A10986 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A10987 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A10988 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A10989 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A10990 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A10991 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A10992 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A10993 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A10994 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5
    #A10995 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A10996 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A10997 warning AnnotationUseStyle Annotation must have closing parenthesis. 195
    #A10998 warning AnnotationUseStyle Annotation must have closing parenthesis. 195 5
    #A10999 warning AnnotationUseStyle Annotation must have closing parenthesis. 207
    #A11000 warning AnnotationUseStyle Annotation must have closing parenthesis. 207 5
    #A11001 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A11002 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A11003 warning AnnotationUseStyle Annotation must have closing parenthesis. 236
    #A11004 warning AnnotationUseStyle Annotation must have closing parenthesis. 236 5
    #A11005 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A11006 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 5
    #A11007 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A11008 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 5
    #A11009 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A11010 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 5
    #A11011 warning AnnotationUseStyle Annotation must have closing parenthesis. 294
    #A11012 warning AnnotationUseStyle Annotation must have closing parenthesis. 294 5
    #A11013 warning AnnotationUseStyle Annotation must have closing parenthesis. 303
    #A11014 warning AnnotationUseStyle Annotation must have closing parenthesis. 303 5
    #A11015 warning AnnotationUseStyle Annotation must have closing parenthesis. 319
    #A11016 warning AnnotationUseStyle Annotation must have closing parenthesis. 319 5
    #A11017 warning AnnotationUseStyle Annotation must have closing parenthesis. 335
    #A11018 warning AnnotationUseStyle Annotation must have closing parenthesis. 335 5
    #A11019 warning AnnotationUseStyle Annotation must have closing parenthesis. 350
    #A11020 warning AnnotationUseStyle Annotation must have closing parenthesis. 350 5
    #A11021 warning AnnotationUseStyle Annotation must have closing parenthesis. 366
    #A11022 warning AnnotationUseStyle Annotation must have closing parenthesis. 366 5
    #A11023 warning AnnotationUseStyle Annotation must have closing parenthesis. 393
    #A11024 warning AnnotationUseStyle Annotation must have closing parenthesis. 393 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/CommonUtilTest.java

    Severity Rule Message Line Col
    #A11025 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A11026 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A11027 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A11028 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A11029 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A11030 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A11031 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A11032 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 5
    #A11033 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A11034 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A11035 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A11036 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5
    #A11037 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A11038 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A11039 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A11040 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A11041 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A11042 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5
    #A11043 warning AnnotationUseStyle Annotation must have closing parenthesis. 176
    #A11044 warning AnnotationUseStyle Annotation must have closing parenthesis. 176 5
    #A11045 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A11046 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A11047 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A11048 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A11049 warning AnnotationUseStyle Annotation must have closing parenthesis. 193
    #A11050 warning AnnotationUseStyle Annotation must have closing parenthesis. 193 5
    #A11051 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A11052 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 5
    #A11053 warning AnnotationUseStyle Annotation must have closing parenthesis. 212
    #A11054 warning AnnotationUseStyle Annotation must have closing parenthesis. 212 5
    #A11055 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A11056 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A11057 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A11058 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 5
    #A11059 warning AnnotationUseStyle Annotation must have closing parenthesis. 231
    #A11060 warning AnnotationUseStyle Annotation must have closing parenthesis. 231 5
    #A11061 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A11062 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 5
    #A11063 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 252
    #A11064 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 252 5
    #A11065 warning AnnotationUseStyle Annotation must have closing parenthesis. 253
    #A11066 warning AnnotationUseStyle Annotation must have closing parenthesis. 253 5
    #A11067 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A11068 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A11069 warning AnnotationUseStyle Annotation must have closing parenthesis. 277
    #A11070 warning AnnotationUseStyle Annotation must have closing parenthesis. 277 5
    #A11071 warning AnnotationUseStyle Annotation must have closing parenthesis. 290
    #A11072 warning AnnotationUseStyle Annotation must have closing parenthesis. 290 5
    #A11073 warning AnnotationUseStyle Annotation must have closing parenthesis. 302
    #A11074 warning AnnotationUseStyle Annotation must have closing parenthesis. 302 5
    #A11075 warning AnnotationUseStyle Annotation must have closing parenthesis. 313
    #A11076 warning AnnotationUseStyle Annotation must have closing parenthesis. 313 5
    #A11077 warning AnnotationUseStyle Annotation must have closing parenthesis. 322
    #A11078 warning AnnotationUseStyle Annotation must have closing parenthesis. 322 5
    #A11079 warning AnnotationUseStyle Annotation must have closing parenthesis. 328
    #A11080 warning AnnotationUseStyle Annotation must have closing parenthesis. 328 5
    #A11081 warning AnnotationUseStyle Annotation must have closing parenthesis. 333
    #A11082 warning AnnotationUseStyle Annotation must have closing parenthesis. 333 5
    #A11083 warning AnnotationUseStyle Annotation must have closing parenthesis. 339
    #A11084 warning AnnotationUseStyle Annotation must have closing parenthesis. 339 5
    #A11085 warning AnnotationUseStyle Annotation must have closing parenthesis. 345
    #A11086 warning AnnotationUseStyle Annotation must have closing parenthesis. 345 5
    #A11087 warning AnnotationUseStyle Annotation must have closing parenthesis. 351
    #A11088 warning AnnotationUseStyle Annotation must have closing parenthesis. 351 5
    #A11089 warning AnnotationUseStyle Annotation must have closing parenthesis. 356
    #A11090 warning AnnotationUseStyle Annotation must have closing parenthesis. 356 5
    #A11091 warning AnnotationUseStyle Annotation must have closing parenthesis. 362
    #A11092 warning AnnotationUseStyle Annotation must have closing parenthesis. 362 5
    #A11093 warning AnnotationUseStyle Annotation must have closing parenthesis. 368
    #A11094 warning AnnotationUseStyle Annotation must have closing parenthesis. 368 5
    #A11095 warning AnnotationUseStyle Annotation must have closing parenthesis. 374
    #A11096 warning AnnotationUseStyle Annotation must have closing parenthesis. 374 5
    #A11097 warning AnnotationUseStyle Annotation must have closing parenthesis. 380
    #A11098 warning AnnotationUseStyle Annotation must have closing parenthesis. 380 5
    #A11099 warning AnnotationUseStyle Annotation must have closing parenthesis. 385
    #A11100 warning AnnotationUseStyle Annotation must have closing parenthesis. 385 5
    #A11101 warning AnnotationUseStyle Annotation must have closing parenthesis. 390
    #A11102 warning AnnotationUseStyle Annotation must have closing parenthesis. 390 5
    #A11103 warning AnnotationUseStyle Annotation must have closing parenthesis. 396
    #A11104 warning AnnotationUseStyle Annotation must have closing parenthesis. 396 5
    #A11105 warning AnnotationUseStyle Annotation must have closing parenthesis. 402
    #A11106 warning AnnotationUseStyle Annotation must have closing parenthesis. 402 5
    #A11107 warning AnnotationUseStyle Annotation must have closing parenthesis. 408
    #A11108 warning AnnotationUseStyle Annotation must have closing parenthesis. 408 5
    #A11109 warning AnnotationUseStyle Annotation must have closing parenthesis. 413
    #A11110 warning AnnotationUseStyle Annotation must have closing parenthesis. 413 5
    #A11111 warning AnnotationUseStyle Annotation must have closing parenthesis. 418
    #A11112 warning AnnotationUseStyle Annotation must have closing parenthesis. 418 5
    #A11113 warning AnnotationUseStyle Annotation must have closing parenthesis. 424
    #A11114 warning AnnotationUseStyle Annotation must have closing parenthesis. 424 5
    #A11115 warning AnnotationUseStyle Annotation must have closing parenthesis. 429
    #A11116 warning AnnotationUseStyle Annotation must have closing parenthesis. 429 5
    #A11117 warning AnnotationUseStyle Annotation must have closing parenthesis. 435
    #A11118 warning AnnotationUseStyle Annotation must have closing parenthesis. 435 5
    #A11119 warning AnnotationUseStyle Annotation must have closing parenthesis. 440
    #A11120 warning AnnotationUseStyle Annotation must have closing parenthesis. 440 5
    #A11121 warning AnnotationUseStyle Annotation must have closing parenthesis. 448
    #A11122 warning AnnotationUseStyle Annotation must have closing parenthesis. 448 5
    #A11123 warning AnnotationUseStyle Annotation must have closing parenthesis. 463
    #A11124 warning AnnotationUseStyle Annotation must have closing parenthesis. 463 5
    #A11125 warning AnnotationUseStyle Annotation must have closing parenthesis. 483
    #A11126 warning AnnotationUseStyle Annotation must have closing parenthesis. 483 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/FilterUtilTest.java

    Severity Rule Message Line Col
    #A11127 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A11128 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A11129 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A11130 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A11131 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A11132 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A11133 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A11134 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/JavadocUtilTest.java

    Severity Rule Message Line Col
    #A11135 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A11136 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A11137 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A11138 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5
    #A11139 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A11140 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A11141 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A11142 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A11143 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A11144 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 5
    #A11145 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A11146 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A11147 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A11148 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A11149 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A11150 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 5
    #A11151 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A11152 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A11153 warning AnnotationUseStyle Annotation must have closing parenthesis. 175
    #A11154 warning AnnotationUseStyle Annotation must have closing parenthesis. 175 5
    #A11155 warning AnnotationUseStyle Annotation must have closing parenthesis. 196
    #A11156 warning AnnotationUseStyle Annotation must have closing parenthesis. 196 5
    #A11157 warning AnnotationUseStyle Annotation must have closing parenthesis. 203
    #A11158 warning AnnotationUseStyle Annotation must have closing parenthesis. 203 5
    #A11159 warning AnnotationUseStyle Annotation must have closing parenthesis. 231
    #A11160 warning AnnotationUseStyle Annotation must have closing parenthesis. 231 5
    #A11161 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A11162 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 5
    #A11163 warning AnnotationUseStyle Annotation must have closing parenthesis. 261
    #A11164 warning AnnotationUseStyle Annotation must have closing parenthesis. 261 5
    #A11165 warning AnnotationUseStyle Annotation must have closing parenthesis. 267
    #A11166 warning AnnotationUseStyle Annotation must have closing parenthesis. 267 5
    #A11167 warning AnnotationUseStyle Annotation must have closing parenthesis. 279
    #A11168 warning AnnotationUseStyle Annotation must have closing parenthesis. 279 5
    #A11169 warning AnnotationUseStyle Annotation must have closing parenthesis. 291
    #A11170 warning AnnotationUseStyle Annotation must have closing parenthesis. 291 5
    #A11171 warning AnnotationUseStyle Annotation must have closing parenthesis. 303
    #A11172 warning AnnotationUseStyle Annotation must have closing parenthesis. 303 5
    #A11173 warning AnnotationUseStyle Annotation must have closing parenthesis. 315
    #A11174 warning AnnotationUseStyle Annotation must have closing parenthesis. 315 5
    #A11175 warning AnnotationUseStyle Annotation must have closing parenthesis. 322
    #A11176 warning AnnotationUseStyle Annotation must have closing parenthesis. 322 5
    #A11177 warning AnnotationUseStyle Annotation must have closing parenthesis. 334
    #A11178 warning AnnotationUseStyle Annotation must have closing parenthesis. 334 5
    #A11179 warning AnnotationUseStyle Annotation must have closing parenthesis. 351
    #A11180 warning AnnotationUseStyle Annotation must have closing parenthesis. 351 5
    #A11181 warning AnnotationUseStyle Annotation must have closing parenthesis. 370
    #A11182 warning AnnotationUseStyle Annotation must have closing parenthesis. 370 5
    #A11183 warning AnnotationUseStyle Annotation must have closing parenthesis. 375
    #A11184 warning AnnotationUseStyle Annotation must have closing parenthesis. 375 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/ModuleReflectionUtilTest.java

    Severity Rule Message Line Col
    #A11185 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A11186 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A11187 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A11188 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A11189 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A11190 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A11191 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A11192 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 5
    #A11193 warning AnnotationUseStyle Annotation must have closing parenthesis. 96
    #A11194 warning AnnotationUseStyle Annotation must have closing parenthesis. 96 5
    #A11195 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A11196 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A11197 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A11198 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A11199 warning AnnotationUseStyle Annotation must have closing parenthesis. 120
    #A11200 warning AnnotationUseStyle Annotation must have closing parenthesis. 120 5
    #A11201 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A11202 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5
    #A11203 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A11204 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A11205 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A11206 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A11207 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A11208 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 9
    #A11209 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A11210 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 9
    #A11211 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A11212 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 9
    #A11213 warning AnnotationUseStyle Annotation must have closing parenthesis. 190
    #A11214 warning AnnotationUseStyle Annotation must have closing parenthesis. 190 9
    #A11215 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A11216 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 9
    #A11217 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A11218 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 9
    #A11219 warning AnnotationUseStyle Annotation must have closing parenthesis. 213
    #A11220 warning AnnotationUseStyle Annotation must have closing parenthesis. 213 9
    #A11221 warning AnnotationUseStyle Annotation must have closing parenthesis. 223
    #A11222 warning AnnotationUseStyle Annotation must have closing parenthesis. 223 9
    #A11223 warning AnnotationUseStyle Annotation must have closing parenthesis. 228
    #A11224 warning AnnotationUseStyle Annotation must have closing parenthesis. 228 9
    #A11225 warning AnnotationUseStyle Annotation must have closing parenthesis. 237
    #A11226 warning AnnotationUseStyle Annotation must have closing parenthesis. 237 9
    #A11227 warning AnnotationUseStyle Annotation must have closing parenthesis. 242
    #A11228 warning AnnotationUseStyle Annotation must have closing parenthesis. 242 9
    #A11229 warning AnnotationUseStyle Annotation must have closing parenthesis. 247
    #A11230 warning AnnotationUseStyle Annotation must have closing parenthesis. 247 9
    #A11231 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A11232 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 9
    #A11233 warning AnnotationUseStyle Annotation must have closing parenthesis. 257
    #A11234 warning AnnotationUseStyle Annotation must have closing parenthesis. 257 9
    #A11235 warning AnnotationUseStyle Annotation must have closing parenthesis. 266
    #A11236 warning AnnotationUseStyle Annotation must have closing parenthesis. 266 9
    #A11237 warning AnnotationUseStyle Annotation must have closing parenthesis. 271
    #A11238 warning AnnotationUseStyle Annotation must have closing parenthesis. 271 9
    #A11239 warning AnnotationUseStyle Annotation must have closing parenthesis. 280
    #A11240 warning AnnotationUseStyle Annotation must have closing parenthesis. 280 9
    #A11241 warning AnnotationUseStyle Annotation must have closing parenthesis. 285
    #A11242 warning AnnotationUseStyle Annotation must have closing parenthesis. 285 9
    #A11243 warning AnnotationUseStyle Annotation must have closing parenthesis. 290
    #A11244 warning AnnotationUseStyle Annotation must have closing parenthesis. 290 9
    #A11245 warning AnnotationUseStyle Annotation must have closing parenthesis. 295
    #A11246 warning AnnotationUseStyle Annotation must have closing parenthesis. 295 9
    #A11247 warning AnnotationUseStyle Annotation must have closing parenthesis. 300
    #A11248 warning AnnotationUseStyle Annotation must have closing parenthesis. 300 9
    #A11249 warning AnnotationUseStyle Annotation must have closing parenthesis. 305
    #A11250 warning AnnotationUseStyle Annotation must have closing parenthesis. 305 9
    #A11251 warning AnnotationUseStyle Annotation must have closing parenthesis. 310
    #A11252 warning AnnotationUseStyle Annotation must have closing parenthesis. 310 9
    #A11253 warning AnnotationUseStyle Annotation must have closing parenthesis. 344
    #A11254 warning AnnotationUseStyle Annotation must have closing parenthesis. 344 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/ScopeUtilTest.java

    Severity Rule Message Line Col
    #A11255 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A11256 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A11257 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A11258 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A11259 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A11260 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A11261 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A11262 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A11263 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A11264 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A11265 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A11266 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A11267 warning AnnotationUseStyle Annotation must have closing parenthesis. 113
    #A11268 warning AnnotationUseStyle Annotation must have closing parenthesis. 113 5
    #A11269 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A11270 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A11271 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A11272 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A11273 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A11274 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A11275 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A11276 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A11277 warning AnnotationUseStyle Annotation must have closing parenthesis. 145
    #A11278 warning AnnotationUseStyle Annotation must have closing parenthesis. 145 5
    #A11279 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A11280 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A11281 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A11282 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A11283 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A11284 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 5
    #A11285 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A11286 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 5
    #A11287 warning AnnotationUseStyle Annotation must have closing parenthesis. 201
    #A11288 warning AnnotationUseStyle Annotation must have closing parenthesis. 201 5
    #A11289 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A11290 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 5
    #A11291 warning AnnotationUseStyle Annotation must have closing parenthesis. 219
    #A11292 warning AnnotationUseStyle Annotation must have closing parenthesis. 219 5
    #A11293 warning AnnotationUseStyle Annotation must have closing parenthesis. 230
    #A11294 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/TokenUtilTest.java

    Severity Rule Message Line Col
    #A11295 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A11296 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A11297 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A11298 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A11299 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A11300 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A11301 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A11302 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A11303 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A11304 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A11305 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A11306 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 5
    #A11307 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A11308 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A11309 warning AnnotationUseStyle Annotation must have closing parenthesis. 149
    #A11310 warning AnnotationUseStyle Annotation must have closing parenthesis. 149 5
    #A11311 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A11312 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 5
    #A11313 warning AnnotationUseStyle Annotation must have closing parenthesis. 173
    #A11314 warning AnnotationUseStyle Annotation must have closing parenthesis. 173 5
    #A11315 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A11316 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 5
    #A11317 warning AnnotationUseStyle Annotation must have closing parenthesis. 199
    #A11318 warning AnnotationUseStyle Annotation must have closing parenthesis. 199 5
    #A11319 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A11320 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 5
    #A11321 warning AnnotationUseStyle Annotation must have closing parenthesis. 215
    #A11322 warning AnnotationUseStyle Annotation must have closing parenthesis. 215 5
    #A11323 warning AnnotationUseStyle Annotation must have closing parenthesis. 223
    #A11324 warning AnnotationUseStyle Annotation must have closing parenthesis. 223 5
    #A11325 warning AnnotationUseStyle Annotation must have closing parenthesis. 230
    #A11326 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 5
    #A11327 warning AnnotationUseStyle Annotation must have closing parenthesis. 238
    #A11328 warning AnnotationUseStyle Annotation must have closing parenthesis. 238 5
    #A11329 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A11330 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/utils/XpathUtilTest.java

    Severity Rule Message Line Col
    #A11331 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A11332 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A11333 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A11334 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A11335 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A11336 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A11337 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A11338 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A11339 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A11340 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A11341 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A11342 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 5
    #A11343 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A11344 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A11345 warning AnnotationUseStyle Annotation must have closing parenthesis. 147
    #A11346 warning AnnotationUseStyle Annotation must have closing parenthesis. 147 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/AttributeNodeTest.java

    Severity Rule Message Line Col
    #A11347 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A11348 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A11349 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A11350 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A11351 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A11352 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 5
    #A11353 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A11354 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A11355 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A11356 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A11357 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A11358 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A11359 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A11360 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 5
    #A11361 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A11362 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 5
    #A11363 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A11364 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 5
    #A11365 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A11366 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/ElementNodeTest.java

    Severity Rule Message Line Col
    #A11367 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A11368 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A11369 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A11370 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A11371 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A11372 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A11373 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A11374 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A11375 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A11376 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A11377 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A11378 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 5
    #A11379 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A11380 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 5
    #A11381 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A11382 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A11383 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A11384 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A11385 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A11386 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A11387 warning AnnotationUseStyle Annotation must have closing parenthesis. 140
    #A11388 warning AnnotationUseStyle Annotation must have closing parenthesis. 140 5
    #A11389 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A11390 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5
    #A11391 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A11392 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/RootNodeTest.java

    Severity Rule Message Line Col
    #A11393 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A11394 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A11395 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A11396 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A11397 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A11398 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 5
    #A11399 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A11400 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A11401 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A11402 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 5
    #A11403 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A11404 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A11405 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A11406 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 5
    #A11407 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A11408 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A11409 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A11410 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 5
    #A11411 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A11412 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A11413 warning AnnotationUseStyle Annotation must have closing parenthesis. 143
    #A11414 warning AnnotationUseStyle Annotation must have closing parenthesis. 143 5
    #A11415 warning AnnotationUseStyle Annotation must have closing parenthesis. 156
    #A11416 warning AnnotationUseStyle Annotation must have closing parenthesis. 156 5
    #A11417 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A11418 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A11419 warning AnnotationUseStyle Annotation must have closing parenthesis. 180
    #A11420 warning AnnotationUseStyle Annotation must have closing parenthesis. 180 5
    #A11421 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A11422 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 5
    #A11423 warning AnnotationUseStyle Annotation must have closing parenthesis. 204
    #A11424 warning AnnotationUseStyle Annotation must have closing parenthesis. 204 5
    #A11425 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A11426 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 5
    #A11427 warning AnnotationUseStyle Annotation must have closing parenthesis. 228
    #A11428 warning AnnotationUseStyle Annotation must have closing parenthesis. 228 5
    #A11429 warning AnnotationUseStyle Annotation must have closing parenthesis. 240
    #A11430 warning AnnotationUseStyle Annotation must have closing parenthesis. 240 5
    #A11431 warning AnnotationUseStyle Annotation must have closing parenthesis. 252
    #A11432 warning AnnotationUseStyle Annotation must have closing parenthesis. 252 5
    #A11433 warning AnnotationUseStyle Annotation must have closing parenthesis. 264
    #A11434 warning AnnotationUseStyle Annotation must have closing parenthesis. 264 5
    #A11435 warning AnnotationUseStyle Annotation must have closing parenthesis. 276
    #A11436 warning AnnotationUseStyle Annotation must have closing parenthesis. 276 5
    #A11437 warning AnnotationUseStyle Annotation must have closing parenthesis. 288
    #A11438 warning AnnotationUseStyle Annotation must have closing parenthesis. 288 5
    #A11439 warning AnnotationUseStyle Annotation must have closing parenthesis. 300
    #A11440 warning AnnotationUseStyle Annotation must have closing parenthesis. 300 5
    #A11441 warning AnnotationUseStyle Annotation must have closing parenthesis. 312
    #A11442 warning AnnotationUseStyle Annotation must have closing parenthesis. 312 5
    #A11443 warning AnnotationUseStyle Annotation must have closing parenthesis. 324
    #A11444 warning AnnotationUseStyle Annotation must have closing parenthesis. 324 5
    #A11445 warning AnnotationUseStyle Annotation must have closing parenthesis. 336
    #A11446 warning AnnotationUseStyle Annotation must have closing parenthesis. 336 5
    #A11447 warning AnnotationUseStyle Annotation must have closing parenthesis. 348
    #A11448 warning AnnotationUseStyle Annotation must have closing parenthesis. 348 5
    #A11449 warning AnnotationUseStyle Annotation must have closing parenthesis. 360
    #A11450 warning AnnotationUseStyle Annotation must have closing parenthesis. 360 5
    #A11451 warning AnnotationUseStyle Annotation must have closing parenthesis. 372
    #A11452 warning AnnotationUseStyle Annotation must have closing parenthesis. 372 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/XpathMapperTest.java

    Severity Rule Message Line Col
    #A11453 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A11454 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A11455 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A11456 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 5
    #A11457 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A11458 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A11459 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A11460 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 5
    #A11461 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A11462 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A11463 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A11464 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A11465 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A11466 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A11467 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A11468 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A11469 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A11470 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A11471 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A11472 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A11473 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A11474 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 5
    #A11475 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A11476 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 5
    #A11477 warning AnnotationUseStyle Annotation must have closing parenthesis. 210
    #A11478 warning AnnotationUseStyle Annotation must have closing parenthesis. 210 5
    #A11479 warning AnnotationUseStyle Annotation must have closing parenthesis. 218
    #A11480 warning AnnotationUseStyle Annotation must have closing parenthesis. 218 5
    #A11481 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A11482 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 5
    #A11483 warning AnnotationUseStyle Annotation must have closing parenthesis. 248
    #A11484 warning AnnotationUseStyle Annotation must have closing parenthesis. 248 5
    #A11485 warning AnnotationUseStyle Annotation must have closing parenthesis. 264
    #A11486 warning AnnotationUseStyle Annotation must have closing parenthesis. 264 5
    #A11487 warning AnnotationUseStyle Annotation must have closing parenthesis. 278
    #A11488 warning AnnotationUseStyle Annotation must have closing parenthesis. 278 5
    #A11489 warning AnnotationUseStyle Annotation must have closing parenthesis. 295
    #A11490 warning AnnotationUseStyle Annotation must have closing parenthesis. 295 5
    #A11491 warning AnnotationUseStyle Annotation must have closing parenthesis. 310
    #A11492 warning AnnotationUseStyle Annotation must have closing parenthesis. 310 5
    #A11493 warning AnnotationUseStyle Annotation must have closing parenthesis. 324
    #A11494 warning AnnotationUseStyle Annotation must have closing parenthesis. 324 5
    #A11495 warning AnnotationUseStyle Annotation must have closing parenthesis. 333
    #A11496 warning AnnotationUseStyle Annotation must have closing parenthesis. 333 5
    #A11497 warning AnnotationUseStyle Annotation must have closing parenthesis. 342
    #A11498 warning AnnotationUseStyle Annotation must have closing parenthesis. 342 5
    #A11499 warning AnnotationUseStyle Annotation must have closing parenthesis. 355
    #A11500 warning AnnotationUseStyle Annotation must have closing parenthesis. 355 5
    #A11501 warning AnnotationUseStyle Annotation must have closing parenthesis. 373
    #A11502 warning AnnotationUseStyle Annotation must have closing parenthesis. 373 5
    #A11503 warning AnnotationUseStyle Annotation must have closing parenthesis. 381
    #A11504 warning AnnotationUseStyle Annotation must have closing parenthesis. 381 5
    #A11505 warning AnnotationUseStyle Annotation must have closing parenthesis. 397
    #A11506 warning AnnotationUseStyle Annotation must have closing parenthesis. 397 5
    #A11507 warning AnnotationUseStyle Annotation must have closing parenthesis. 406
    #A11508 warning AnnotationUseStyle Annotation must have closing parenthesis. 406 5
    #A11509 warning AnnotationUseStyle Annotation must have closing parenthesis. 415
    #A11510 warning AnnotationUseStyle Annotation must have closing parenthesis. 415 5
    #A11511 warning AnnotationUseStyle Annotation must have closing parenthesis. 428
    #A11512 warning AnnotationUseStyle Annotation must have closing parenthesis. 428 5
    #A11513 warning AnnotationUseStyle Annotation must have closing parenthesis. 441
    #A11514 warning AnnotationUseStyle Annotation must have closing parenthesis. 441 5
    #A11515 warning AnnotationUseStyle Annotation must have closing parenthesis. 457
    #A11516 warning AnnotationUseStyle Annotation must have closing parenthesis. 457 5
    #A11517 warning AnnotationUseStyle Annotation must have closing parenthesis. 468
    #A11518 warning AnnotationUseStyle Annotation must have closing parenthesis. 468 5
    #A11519 warning AnnotationUseStyle Annotation must have closing parenthesis. 478
    #A11520 warning AnnotationUseStyle Annotation must have closing parenthesis. 478 5
    #A11521 warning AnnotationUseStyle Annotation must have closing parenthesis. 486
    #A11522 warning AnnotationUseStyle Annotation must have closing parenthesis. 486 5
    #A11523 warning AnnotationUseStyle Annotation must have closing parenthesis. 499
    #A11524 warning AnnotationUseStyle Annotation must have closing parenthesis. 499 5
    #A11525 warning AnnotationUseStyle Annotation must have closing parenthesis. 507
    #A11526 warning AnnotationUseStyle Annotation must have closing parenthesis. 507 5
    #A11527 warning AnnotationUseStyle Annotation must have closing parenthesis. 518
    #A11528 warning AnnotationUseStyle Annotation must have closing parenthesis. 518 5
    #A11529 warning AnnotationUseStyle Annotation must have closing parenthesis. 526
    #A11530 warning AnnotationUseStyle Annotation must have closing parenthesis. 526 5
    #A11531 warning AnnotationUseStyle Annotation must have closing parenthesis. 542
    #A11532 warning AnnotationUseStyle Annotation must have closing parenthesis. 542 5
    #A11533 warning AnnotationUseStyle Annotation must have closing parenthesis. 554
    #A11534 warning AnnotationUseStyle Annotation must have closing parenthesis. 554 5
    #A11535 warning AnnotationUseStyle Annotation must have closing parenthesis. 562
    #A11536 warning AnnotationUseStyle Annotation must have closing parenthesis. 562 5
    #A11537 warning AnnotationUseStyle Annotation must have closing parenthesis. 577
    #A11538 warning AnnotationUseStyle Annotation must have closing parenthesis. 577 5
    #A11539 warning AnnotationUseStyle Annotation must have closing parenthesis. 591
    #A11540 warning AnnotationUseStyle Annotation must have closing parenthesis. 591 5
    #A11541 warning AnnotationUseStyle Annotation must have closing parenthesis. 609
    #A11542 warning AnnotationUseStyle Annotation must have closing parenthesis. 609 5
    #A11543 warning AnnotationUseStyle Annotation must have closing parenthesis. 624
    #A11544 warning AnnotationUseStyle Annotation must have closing parenthesis. 624 5
    #A11545 warning AnnotationUseStyle Annotation must have closing parenthesis. 642
    #A11546 warning AnnotationUseStyle Annotation must have closing parenthesis. 642 5
    #A11547 warning AnnotationUseStyle Annotation must have closing parenthesis. 652
    #A11548 warning AnnotationUseStyle Annotation must have closing parenthesis. 652 5
    #A11549 warning AnnotationUseStyle Annotation must have closing parenthesis. 667
    #A11550 warning AnnotationUseStyle Annotation must have closing parenthesis. 667 5
    #A11551 warning AnnotationUseStyle Annotation must have closing parenthesis. 678
    #A11552 warning AnnotationUseStyle Annotation must have closing parenthesis. 678 5
    #A11553 warning AnnotationUseStyle Annotation must have closing parenthesis. 689
    #A11554 warning AnnotationUseStyle Annotation must have closing parenthesis. 689 5
    #A11555 warning AnnotationUseStyle Annotation must have closing parenthesis. 700
    #A11556 warning AnnotationUseStyle Annotation must have closing parenthesis. 700 5
    #A11557 warning AnnotationUseStyle Annotation must have closing parenthesis. 719
    #A11558 warning AnnotationUseStyle Annotation must have closing parenthesis. 719 5
    #A11559 warning AnnotationUseStyle Annotation must have closing parenthesis. 737
    #A11560 warning AnnotationUseStyle Annotation must have closing parenthesis. 737 5
    #A11561 warning AnnotationUseStyle Annotation must have closing parenthesis. 756
    #A11562 warning AnnotationUseStyle Annotation must have closing parenthesis. 756 5
    #A11563 warning AnnotationUseStyle Annotation must have closing parenthesis. 776
    #A11564 warning AnnotationUseStyle Annotation must have closing parenthesis. 776 5
    #A11565 warning AnnotationUseStyle Annotation must have closing parenthesis. 797
    #A11566 warning AnnotationUseStyle Annotation must have closing parenthesis. 797 5
    #A11567 warning AnnotationUseStyle Annotation must have closing parenthesis. 814
    #A11568 warning AnnotationUseStyle Annotation must have closing parenthesis. 814 5
    #A11569 warning AnnotationUseStyle Annotation must have closing parenthesis. 822
    #A11570 warning AnnotationUseStyle Annotation must have closing parenthesis. 822 5
    #A11571 warning AnnotationUseStyle Annotation must have closing parenthesis. 836
    #A11572 warning AnnotationUseStyle Annotation must have closing parenthesis. 836 5
    #A11573 warning AnnotationUseStyle Annotation must have closing parenthesis. 857
    #A11574 warning AnnotationUseStyle Annotation must have closing parenthesis. 857 5
    #A11575 warning AnnotationUseStyle Annotation must have closing parenthesis. 873
    #A11576 warning AnnotationUseStyle Annotation must have closing parenthesis. 873 5
    #A11577 warning AnnotationUseStyle Annotation must have closing parenthesis. 881
    #A11578 warning AnnotationUseStyle Annotation must have closing parenthesis. 881 5
    #A11579 warning AnnotationUseStyle Annotation must have closing parenthesis. 900
    #A11580 warning AnnotationUseStyle Annotation must have closing parenthesis. 900 5
    #A11581 warning AnnotationUseStyle Annotation must have closing parenthesis. 918
    #A11582 warning AnnotationUseStyle Annotation must have closing parenthesis. 918 5
    #A11583 warning AnnotationUseStyle Annotation must have closing parenthesis. 933
    #A11584 warning AnnotationUseStyle Annotation must have closing parenthesis. 933 5
    #A11585 warning AnnotationUseStyle Annotation must have closing parenthesis. 941
    #A11586 warning AnnotationUseStyle Annotation must have closing parenthesis. 941 5
    #A11587 warning AnnotationUseStyle Annotation must have closing parenthesis. 953
    #A11588 warning AnnotationUseStyle Annotation must have closing parenthesis. 953 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/java/com/puppycrawl/tools/checkstyle/xpath/XpathQueryGeneratorTest.java

    Severity Rule Message Line Col
    #A11589 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A11590 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5
    #A11591 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A11592 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A11593 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A11594 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A11595 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A11596 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5
    #A11597 warning AnnotationUseStyle Annotation must have closing parenthesis. 95
    #A11598 warning AnnotationUseStyle Annotation must have closing parenthesis. 95 5
    #A11599 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A11600 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A11601 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A11602 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A11603 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A11604 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 5
    #A11605 warning AnnotationUseStyle Annotation must have closing parenthesis. 159
    #A11606 warning AnnotationUseStyle Annotation must have closing parenthesis. 159 5
    #A11607 warning AnnotationUseStyle Annotation must have closing parenthesis. 172
    #A11608 warning AnnotationUseStyle Annotation must have closing parenthesis. 172 5
    #A11609 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A11610 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 5
    #A11611 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A11612 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 5
    #A11613 warning AnnotationUseStyle Annotation must have closing parenthesis. 206
    #A11614 warning AnnotationUseStyle Annotation must have closing parenthesis. 206 5
    #A11615 warning AnnotationUseStyle Annotation must have closing parenthesis. 230
    #A11616 warning AnnotationUseStyle Annotation must have closing parenthesis. 230 5
    #A11617 warning AnnotationUseStyle Annotation must have closing parenthesis. 243
    #A11618 warning AnnotationUseStyle Annotation must have closing parenthesis. 243 5
    #A11619 warning AnnotationUseStyle Annotation must have closing parenthesis. 258
    #A11620 warning AnnotationUseStyle Annotation must have closing parenthesis. 258 5
    #A11621 warning AnnotationUseStyle Annotation must have closing parenthesis. 275
    #A11622 warning AnnotationUseStyle Annotation must have closing parenthesis. 275 5
    #A11623 warning AnnotationUseStyle Annotation must have closing parenthesis. 288
    #A11624 warning AnnotationUseStyle Annotation must have closing parenthesis. 288 5
    #A11625 warning AnnotationUseStyle Annotation must have closing parenthesis. 303
    #A11626 warning AnnotationUseStyle Annotation must have closing parenthesis. 303 5
    #A11627 warning AnnotationUseStyle Annotation must have closing parenthesis. 315
    #A11628 warning AnnotationUseStyle Annotation must have closing parenthesis. 315 5
    #A11629 warning AnnotationUseStyle Annotation must have closing parenthesis. 327
    #A11630 warning AnnotationUseStyle Annotation must have closing parenthesis. 327 5
    #A11631 warning AnnotationUseStyle Annotation must have closing parenthesis. 339
    #A11632 warning AnnotationUseStyle Annotation must have closing parenthesis. 339 5
    #A11633 warning AnnotationUseStyle Annotation must have closing parenthesis. 351
    #A11634 warning AnnotationUseStyle Annotation must have closing parenthesis. 351 5
    #A11635 warning AnnotationUseStyle Annotation must have closing parenthesis. 374
    #A11636 warning AnnotationUseStyle Annotation must have closing parenthesis. 374 5
    #A11637 warning AnnotationUseStyle Annotation must have closing parenthesis. 395
    #A11638 warning AnnotationUseStyle Annotation must have closing parenthesis. 395 5
    #A11639 warning AnnotationUseStyle Annotation must have closing parenthesis. 414
    #A11640 warning AnnotationUseStyle Annotation must have closing parenthesis. 414 5
    #A11641 warning AnnotationUseStyle Annotation must have closing parenthesis. 433
    #A11642 warning AnnotationUseStyle Annotation must have closing parenthesis. 433 5
    #A11643 warning AnnotationUseStyle Annotation must have closing parenthesis. 445
    #A11644 warning AnnotationUseStyle Annotation must have closing parenthesis. 445 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/packageannotation/InputPackageAnnotation2.java

    Severity Rule Message Line Col
    #A11645 warning AnnotationUseStyle Annotation must have closing parenthesis. 2
    #A11646 warning AnnotationUseStyle Annotation must have closing parenthesis. 2 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/packageannotation/package-info.java

    Severity Rule Message Line Col
    #A11647 warning AnnotationUseStyle Annotation must have closing parenthesis. 2
    #A11648 warning AnnotationUseStyle Annotation must have closing parenthesis. 2 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompactNonConstant.java

    Severity Rule Message Line Col
    #A11649 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5
    #A11650 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5 1
    #A11651 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A11652 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5
    #A11653 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A11654 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 9
    #A11655 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A11656 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 5
    #A11657 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20
    #A11658 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20 9
    #A11659 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25
    #A11660 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25 13
    #A11661 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A11662 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 17
    #A11663 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29
    #A11664 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29 17
    #A11665 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37
    #A11666 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37 5
    #A11667 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A11668 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A11669 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A11670 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A11671 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44
    #A11672 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44 5
    #A11673 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 47
    #A11674 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 47 9
    #A11675 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53
    #A11676 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53 9
    #A11677 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56
    #A11678 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56 9
    #A11679 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A11680 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 9
    #A11681 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 59
    #A11682 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 59 30
    #A11683 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 64
    #A11684 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 64 5
    #A11685 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 67
    #A11686 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 67 9
    #A11687 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 72
    #A11688 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 72 9
    #A11689 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 78
    #A11690 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 78 9
    #A11691 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 83
    #A11692 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 83 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpandedNonConstant.java

    Severity Rule Message Line Col
    #A11693 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A11694 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 17
    #A11695 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A11696 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A11697 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A11698 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A11699 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A11700 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsHolderNonConstant.java

    Severity Rule Message Line Col
    #A11701 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6
    #A11702 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6 5
    #A11703 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A11704 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5
    #A11705 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10
    #A11706 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10 5
    #A11707 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20
    #A11708 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20 5
    #A11709 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A11710 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A11711 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24
    #A11712 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24 5
    #A11713 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A11714 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 5
    #A11715 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28
    #A11716 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28 5
    #A11717 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30
    #A11718 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30 5
    #A11719 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A11720 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/coding/fallthrough/InputFallThrough.java

    Severity Rule Message Line Col
    #A11721 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A11722 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/coding/nofinalizer/InputNoFinalizerFallThrough.java

    Severity Rule Message Line Col
    #A11723 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A11724 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/imports/unusedimports/InputUnusedImportsAnnotations.java

    Severity Rule Message Line Col
    #A11725 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A11726 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/javadoc/javadoctype/InputJavadocTypeAllowedAnnotations.java

    Severity Rule Message Line Col
    #A11727 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A11728 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 1
    #A11729 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A11730 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/metrics/npathcomplexity/InputNPathComplexityDefault2.java

    Severity Rule Message Line Col
    #A11731 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 4
    #A11732 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 4 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/outertypefilename/package-info.java

    Severity Rule Message Line Col
    #A11733 warning AnnotationUseStyle Annotation must have closing parenthesis. 1
    #A11734 warning AnnotationUseStyle Annotation must have closing parenthesis. 1 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/sizes/linelength/InputLineLengthLongPackageStatement.java

    Severity Rule Message Line Col
    #A11735 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A11736 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolderNonConstant.java

    Severity Rule Message Line Col
    #A11737 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6
    #A11738 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6 5
    #A11739 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A11740 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5
    #A11741 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10
    #A11742 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10 5
    #A11743 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A11744 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 5
    #A11745 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20
    #A11746 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20 5
    #A11747 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A11748 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A11749 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24
    #A11750 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24 5
    #A11751 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A11752 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 5
    #A11753 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28
    #A11754 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28 5
    #A11755 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A11756 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/grammar/java9/InputJava9TryWithResources.java

    Severity Rule Message Line Col
    #A11757 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A11758 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationAnnotation.java

    Severity Rule Message Line Col
    #A11759 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A11760 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 3
    #A11761 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A11762 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 1
    #A11763 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A11764 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 7
    #A11765 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A11766 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A11767 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A11768 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 1
    #A11769 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27
    #A11770 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27 1
    #A11771 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 34
    #A11772 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 34 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationClass.java

    Severity Rule Message Line Col
    #A11773 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A11774 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 3
    #A11775 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A11776 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 1
    #A11777 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A11778 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 7
    #A11779 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A11780 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A11781 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A11782 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 7
    #A11783 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A11784 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 5
    #A11785 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 31
    #A11786 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 31 1
    #A11787 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 32
    #A11788 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 32 1
    #A11789 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39
    #A11790 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationCorrect.java

    Severity Rule Message Line Col
    #A11791 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A11792 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 1
    #A11793 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A11794 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 1
    #A11795 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A11796 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A11797 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A11798 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 5
    #A11799 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A11800 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 5
    #A11801 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A11802 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A11803 warning AnnotationUseStyle Annotation must have closing parenthesis. 19
    #A11804 warning AnnotationUseStyle Annotation must have closing parenthesis. 19 5
    #A11805 warning AnnotationUseStyle Annotation must have closing parenthesis. 22
    #A11806 warning AnnotationUseStyle Annotation must have closing parenthesis. 22 5
    #A11807 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A11808 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A11809 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A11810 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5
    #A11811 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A11812 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A11813 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A11814 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 5
    #A11815 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A11816 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A11817 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A11818 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A11819 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A11820 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A11821 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A11822 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A11823 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A11824 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A11825 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A11826 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A11827 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A11828 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 9
    #A11829 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A11830 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 9
    #A11831 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A11832 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 9
    #A11833 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A11834 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 9
    #A11835 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A11836 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 9
    #A11837 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A11838 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 9
    #A11839 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A11840 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 9
    #A11841 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A11842 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 9
    #A11843 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A11844 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 9
    #A11845 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A11846 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 9
    #A11847 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A11848 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 9
    #A11849 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A11850 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 5
    #A11851 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A11852 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 5
    #A11853 warning AnnotationUseStyle Annotation must have closing parenthesis. 76
    #A11854 warning AnnotationUseStyle Annotation must have closing parenthesis. 76 9
    #A11855 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A11856 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 9
    #A11857 warning AnnotationUseStyle Annotation must have closing parenthesis. 80
    #A11858 warning AnnotationUseStyle Annotation must have closing parenthesis. 80 9
    #A11859 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A11860 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 9
    #A11861 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A11862 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 9
    #A11863 warning AnnotationUseStyle Annotation must have closing parenthesis. 86
    #A11864 warning AnnotationUseStyle Annotation must have closing parenthesis. 86 9
    #A11865 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A11866 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 9
    #A11867 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A11868 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 9
    #A11869 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A11870 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 9
    #A11871 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A11872 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 9
    #A11873 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A11874 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 1
    #A11875 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A11876 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationCustomAnnotationsDeclared.java

    Severity Rule Message Line Col
    #A11877 warning AnnotationUseStyle Annotation must have closing parenthesis. 3
    #A11878 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 1
    #A11879 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 17
    #A11880 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 33
    #A11881 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A11882 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 5
    #A11883 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A11884 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A11885 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A11886 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationDeprecatedAndCustom.java

    Severity Rule Message Line Col
    #A11887 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A11888 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 5
    #A11889 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A11890 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 9
    #A11891 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A11892 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 26
    #A11893 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A11894 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 13
    #A11895 warning AnnotationUseStyle Annotation must have closing parenthesis. 14
    #A11896 warning AnnotationUseStyle Annotation must have closing parenthesis. 14 18
    #A11897 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A11898 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 20
    #A11899 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A11900 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 18
    #A11901 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A11902 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 32
    #A11903 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 53
    #A11904 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A11905 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 26
    #A11906 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 47
    #A11907 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 41
    #A11908 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 41 26
    #A11909 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 48
    #A11910 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationEnum.java

    Severity Rule Message Line Col
    #A11911 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A11912 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 3
    #A11913 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A11914 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 1
    #A11915 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A11916 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 7
    #A11917 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A11918 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A11919 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29
    #A11920 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29 1
    #A11921 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30
    #A11922 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30 1
    #A11923 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37
    #A11924 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationIncorrect.java

    Severity Rule Message Line Col
    #A11925 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A11926 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 1
    #A11927 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A11928 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A11929 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A11930 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 5
    #A11931 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A11932 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 5
    #A11933 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A11934 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29
    #A11935 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29 5
    #A11936 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 27
    #A11937 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A11938 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 8
    #A11939 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A11940 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 9
    #A11941 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A11942 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 7
    #A11943 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A11944 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 11
    #A11945 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A11946 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 9
    #A11947 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A11948 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 9
    #A11949 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A11950 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 9
    #A11951 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A11952 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 13
    #A11953 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A11954 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 13
    #A11955 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A11956 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 8
    #A11957 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A11958 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 9
    #A11959 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A11960 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 9
    #A11961 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A11962 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 12
    #A11963 warning AnnotationUseStyle Annotation must have closing parenthesis. 88
    #A11964 warning AnnotationUseStyle Annotation must have closing parenthesis. 88 11
    #A11965 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A11966 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 1
    #A11967 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A11968 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 25
    #A11969 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 40
    #A11970 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A11971 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 16
    #A11972 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 31

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationInterface.java

    Severity Rule Message Line Col
    #A11973 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A11974 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 3
    #A11975 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A11976 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 1
    #A11977 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A11978 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 7
    #A11979 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A11980 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A11981 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A11982 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 11
    #A11983 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A11984 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 9
    #A11985 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 31
    #A11986 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 31 1
    #A11987 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 32
    #A11988 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 32 1
    #A11989 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39
    #A11990 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationMultiple.java

    Severity Rule Message Line Col
    #A11991 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A11992 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 5
    #A11993 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A11994 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A11995 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 17
    #A11996 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19
    #A11997 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19 5
    #A11998 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A11999 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23
    #A12000 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 5
    #A12001 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23 17
    #A12002 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25
    #A12003 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25 5
    #A12004 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27
    #A12005 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationParameterized.java

    Severity Rule Message Line Col
    #A12006 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A12007 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 5
    #A12008 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12009 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A12010 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 17
    #A12011 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19
    #A12012 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19 5
    #A12013 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A12014 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23
    #A12015 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 5
    #A12016 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23 17
    #A12017 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25
    #A12018 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25 5
    #A12019 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27
    #A12020 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/InputAnnotationLocationSingleParameterless.java

    Severity Rule Message Line Col
    #A12021 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12022 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A12023 warning AnnotationUseStyle Annotation must have closing parenthesis. 19
    #A12024 warning AnnotationUseStyle Annotation must have closing parenthesis. 19 5
    #A12025 warning AnnotationUseStyle Annotation must have closing parenthesis. 19 17
    #A12026 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 21
    #A12027 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 21 5
    #A12028 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A12029 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25
    #A12030 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A12031 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25 17
    #A12032 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27
    #A12033 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27 5
    #A12034 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A12035 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 14
    #A12036 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A12037 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 14
    #A12038 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 26
    #A12039 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A12040 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 14
    #A12041 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A12042 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 14
    #A12043 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 26
    #A12044 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36
    #A12045 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36 5
    #A12046 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37
    #A12047 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37 5
    #A12048 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42
    #A12049 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/inputs/PackageAnnotations.java

    Severity Rule Message Line Col
    #A12050 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A12051 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 1
    #A12052 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A12053 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 1
    #A12054 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19
    #A12055 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationlocation/inputs/package-info.java

    Severity Rule Message Line Col
    #A12056 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A12057 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 3
    #A12058 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A12059 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationonsameline/InputAnnotationOnSameLineCheck.java

    Severity Rule Message Line Col
    #A12060 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A12061 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 5
    #A12062 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A12063 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 5
    #A12064 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A12065 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5
    #A12066 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A12067 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A12068 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A12069 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 5
    #A12070 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 18
    #A12071 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A12072 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationonsameline/InputAnnotationOnSameLineCheck2.java

    Severity Rule Message Line Col
    #A12073 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A12074 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A12075 warning AnnotationUseStyle Annotation must have closing parenthesis. 14
    #A12076 warning AnnotationUseStyle Annotation must have closing parenthesis. 14 5
    #A12077 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 16
    #A12078 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 16 5
    #A12079 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12080 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A12081 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19
    #A12082 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19 5
    #A12083 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A12084 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 5
    #A12085 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A12086 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23
    #A12087 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23 5
    #A12088 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 38
    #A12089 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 43
    #A12090 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 49
    #A12091 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 55
    #A12092 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27
    #A12093 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27 1
    #A12094 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30
    #A12095 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationonsameline/InputAnnotationOnSameLineCheckOnDifferentTokens.java

    Severity Rule Message Line Col
    #A12096 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A12097 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 1
    #A12098 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A12099 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 1
    #A12100 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A12101 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 5
    #A12102 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A12103 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 5
    #A12104 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A12105 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 8
    #A12106 warning AnnotationUseStyle Annotation must have closing parenthesis. 14
    #A12107 warning AnnotationUseStyle Annotation must have closing parenthesis. 14 1
    #A12108 warning AnnotationUseStyle Annotation must have closing parenthesis. 14 72
    #A12109 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A12110 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 9
    #A12111 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12112 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A12113 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A12114 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A12115 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 35
    #A12116 warning AnnotationUseStyle Annotation must have closing parenthesis. 19
    #A12117 warning AnnotationUseStyle Annotation must have closing parenthesis. 19 13
    #A12118 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A12119 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 18
    #A12120 warning AnnotationUseStyle Annotation must have closing parenthesis. 22
    #A12121 warning AnnotationUseStyle Annotation must have closing parenthesis. 22 13
    #A12122 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A12123 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 5
    #A12124 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A12125 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A12126 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A12127 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A12128 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A12129 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A12130 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A12131 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A12132 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A12133 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A12134 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 28
    #A12135 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A12136 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 13
    #A12137 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 33
    #A12138 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A12139 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 21
    #A12140 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A12141 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 15
    #A12142 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A12143 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 17
    #A12144 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A12145 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A12146 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A12147 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 17
    #A12148 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A12149 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 17
    #A12150 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A12151 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 1
    #A12152 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A12153 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 1
    #A12154 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A12155 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A12156 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A12157 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationusestyle/InputAnnotationUseStyleDifferentStyles.java

    Severity Rule Message Line Col
    #A12158 warning AnnotationUseStyle Annotation must have closing parenthesis. 3
    #A12159 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 1
    #A12160 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5
    #A12161 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5 1
    #A12162 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A12163 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 1
    #A12164 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A12165 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 1
    #A12166 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20
    #A12167 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20 1
    #A12168 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A12169 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 5
    #A12170 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A12171 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 5
    #A12172 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39
    #A12173 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39 5
    #A12174 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 41
    #A12175 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 41 5
    #A12176 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 58
    #A12177 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 58 5
    #A12178 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 63
    #A12179 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 63 1
    #A12180 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A12181 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 71
    #A12182 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 71 1
    #A12183 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 32
    #A12184 warning AnnotationUseStyle Annotation must have closing parenthesis. 73
    #A12185 warning AnnotationUseStyle Annotation must have closing parenthesis. 73 40
    #A12186 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 75
    #A12187 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 75 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationusestyle/InputAnnotationUseStyleNoTrailingComma.java

    Severity Rule Message Line Col
    #A12188 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3
    #A12189 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3 1
    #A12190 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6
    #A12191 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6 3
    #A12192 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10
    #A12193 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationusestyle/InputAnnotationUseStyleParams.java

    Severity Rule Message Line Col
    #A12194 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A12195 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/annotationusestyle/InputAnnotationUseStyleWithTrailingComma.java

    Severity Rule Message Line Col
    #A12196 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 9
    #A12197 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 9 5
    #A12198 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13
    #A12199 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingdeprecated/InputMissingDeprecatedBadJavadoc.java

    Severity Rule Message Line Col
    #A12200 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A12201 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 1
    #A12202 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A12203 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A12204 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A12205 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 5
    #A12206 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12207 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A12208 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A12209 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 5
    #A12210 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A12211 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 9
    #A12212 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A12213 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 1
    #A12214 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A12215 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A12216 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A12217 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 1
    #A12218 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A12219 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingdeprecated/InputMissingDeprecatedGood.java

    Severity Rule Message Line Col
    #A12220 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A12221 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 1
    #A12222 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A12223 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 5
    #A12224 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A12225 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 5
    #A12226 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A12227 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 5
    #A12228 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A12229 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A12230 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A12231 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 9
    #A12232 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A12233 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 1
    #A12234 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A12235 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A12236 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A12237 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 1
    #A12238 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A12239 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 5
    #A12240 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A12241 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 1
    #A12242 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A12243 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingdeprecated/InputMissingDeprecatedSpecialCase.java

    Severity Rule Message Line Col
    #A12244 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A12245 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 1
    #A12246 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A12247 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5
    #A12248 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A12249 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A12250 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A12251 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A12252 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A12253 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5
    #A12254 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A12255 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 16
    #A12256 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A12257 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 36
    #A12258 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A12259 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingoverride/InputMissingOverrideGoodOverride.java

    Severity Rule Message Line Col
    #A12260 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A12261 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 17
    #A12262 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A12263 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 21
    #A12264 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A12265 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingoverride/InputMissingOverrideGoodOverrideFromObject.java

    Severity Rule Message Line Col
    #A12266 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A12267 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 5
    #A12268 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A12269 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 5
    #A12270 warning AnnotationUseStyle Annotation must have closing parenthesis. 32
    #A12271 warning AnnotationUseStyle Annotation must have closing parenthesis. 32 9
    #A12272 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A12273 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A12274 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A12275 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 5
    #A12276 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A12277 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/missingoverride/InputMissingOverrideGoodOverrideFromOther.java

    Severity Rule Message Line Col
    #A12278 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A12279 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 5
    #A12280 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A12281 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5
    #A12282 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A12283 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 9
    #A12284 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A12285 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 9
    #A12286 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A12287 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 9
    #A12288 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A12289 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/packageannotation/InputPackageAnnotation.java

    Severity Rule Message Line Col
    #A12290 warning AnnotationUseStyle Annotation must have closing parenthesis. 3
    #A12291 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsCompact.java

    Severity Rule Message Line Col
    #A12292 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5
    #A12293 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5 1
    #A12294 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A12295 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5
    #A12296 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A12297 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 9
    #A12298 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A12299 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 5
    #A12300 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20
    #A12301 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20 9
    #A12302 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25
    #A12303 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25 13
    #A12304 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A12305 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 17
    #A12306 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29
    #A12307 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29 17
    #A12308 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37
    #A12309 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37 5
    #A12310 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A12311 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A12312 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A12313 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A12314 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44
    #A12315 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44 5
    #A12316 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 47
    #A12317 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 47 9
    #A12318 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53
    #A12319 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53 9
    #A12320 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56
    #A12321 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56 9
    #A12322 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A12323 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 9
    #A12324 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 59
    #A12325 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 59 30

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsConstants.java

    Severity Rule Message Line Col
    #A12326 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A12327 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 9
    #A12328 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13
    #A12329 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsExpanded.java

    Severity Rule Message Line Col
    #A12330 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A12331 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 17
    #A12332 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A12333 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A12334 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A12335 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A12336 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A12337 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsHolder.java

    Severity Rule Message Line Col
    #A12338 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6
    #A12339 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6 5
    #A12340 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A12341 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5
    #A12342 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10
    #A12343 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10 5
    #A12344 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20
    #A12345 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20 5
    #A12346 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A12347 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A12348 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24
    #A12349 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24 5
    #A12350 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A12351 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 5
    #A12352 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28
    #A12353 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28 5
    #A12354 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A12355 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/annotation/suppresswarnings/InputSuppressWarningsSingle.java

    Severity Rule Message Line Col
    #A12356 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5
    #A12357 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5 1
    #A12358 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A12359 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5
    #A12360 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A12361 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 9
    #A12362 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A12363 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 5
    #A12364 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20
    #A12365 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20 9
    #A12366 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25
    #A12367 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25 13
    #A12368 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A12369 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 17
    #A12370 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29
    #A12371 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29 17
    #A12372 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37
    #A12373 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37 5
    #A12374 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A12375 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A12376 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A12377 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A12378 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44
    #A12379 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44 5
    #A12380 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 47
    #A12381 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 47 9
    #A12382 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53
    #A12383 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53 9
    #A12384 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56
    #A12385 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56 9
    #A12386 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A12387 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 9
    #A12388 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 59
    #A12389 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 59 30
    #A12390 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 64
    #A12391 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 64 5
    #A12392 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 67
    #A12393 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 67 9
    #A12394 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 72
    #A12395 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 72 9
    #A12396 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 77
    #A12397 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 77 9
    #A12398 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 82
    #A12399 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 82 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/leftcurly/InputLeftCurlyAnnotations.java

    Severity Rule Message Line Col
    #A12400 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A12401 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 1
    #A12402 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A12403 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 5
    #A12404 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A12405 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A12406 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19
    #A12407 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19 5
    #A12408 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A12409 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A12410 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5
    #A12411 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 15
    #A12412 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A12413 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 1
    #A12414 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A12415 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A12416 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A12417 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A12418 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43
    #A12419 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 43 5
    #A12420 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A12421 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49
    #A12422 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A12423 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49 15
    #A12424 warning AnnotationUseStyle Annotation must have closing parenthesis. 56
    #A12425 warning AnnotationUseStyle Annotation must have closing parenthesis. 56 5
    #A12426 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 57
    #A12427 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 57 5
    #A12428 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 65
    #A12429 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 65 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/leftcurly/InputLeftCurlyDefault.java

    Severity Rule Message Line Col
    #A12430 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A12431 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/leftcurly/InputLeftCurlyIgnoreEnums.java

    Severity Rule Message Line Col
    #A12432 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A12433 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/needbraces/InputNeedBracesNoBodyLoops.java

    Severity Rule Message Line Col
    #A12434 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A12435 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyAlone.java

    Severity Rule Message Line Col
    #A12436 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A12437 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 34

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyAloneOrSingleLine2.java

    Severity Rule Message Line Col
    #A12438 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A12439 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 34

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyAloneOrSingleline.java

    Severity Rule Message Line Col
    #A12440 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A12441 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 24
    #A12442 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A12443 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 34
    #A12444 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A12445 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 24
    #A12446 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A12447 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 24
    #A12448 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A12449 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyAnnotations.java

    Severity Rule Message Line Col
    #A12450 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A12451 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 5
    #A12452 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A12453 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 5
    #A12454 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A12455 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5
    #A12456 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A12457 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 5
    #A12458 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14
    #A12459 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14 5
    #A12460 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 21
    #A12461 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 21 5
    #A12462 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24
    #A12463 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24 5
    #A12464 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A12465 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 5
    #A12466 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 31
    #A12467 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 31 5
    #A12468 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 34
    #A12469 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 34 5
    #A12470 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44
    #A12471 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44 5
    #A12472 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 46
    #A12473 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 46 5
    #A12474 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49
    #A12475 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49 5
    #A12476 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 52
    #A12477 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 52 5
    #A12478 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 55
    #A12479 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 55 5
    #A12480 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 58
    #A12481 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 58 5
    #A12482 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A12483 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A12484 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 65
    #A12485 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 65 5
    #A12486 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A12487 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A12488 warning AnnotationUseStyle Annotation must have closing parenthesis. 91
    #A12489 warning AnnotationUseStyle Annotation must have closing parenthesis. 91 5
    #A12490 warning AnnotationUseStyle Annotation must have closing parenthesis. 101
    #A12491 warning AnnotationUseStyle Annotation must have closing parenthesis. 101 5
    #A12492 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A12493 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A12494 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A12495 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 42
    #A12496 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 116
    #A12497 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 116 5
    #A12498 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A12499 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 24
    #A12500 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 130
    #A12501 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 130 5
    #A12502 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 141
    #A12503 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 141 5
    #A12504 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A12505 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 34
    #A12506 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A12507 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlyLeft.java

    Severity Rule Message Line Col
    #A12508 warning AnnotationUseStyle Annotation must have closing parenthesis. 194
    #A12509 warning AnnotationUseStyle Annotation must have closing parenthesis. 194 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/blocks/rightcurly/InputRightCurlySame.java

    Severity Rule Message Line Col
    #A12510 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A12511 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/declarationorder/InputDeclarationOrderVariableAccess.java

    Severity Rule Message Line Col
    #A12512 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12513 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/finallocalvariable/InputFinalLocalVariable.java

    Severity Rule Message Line Col
    #A12514 warning AnnotationUseStyle Annotation must have closing parenthesis. 443
    #A12515 warning AnnotationUseStyle Annotation must have closing parenthesis. 443 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/finallocalvariable/InputFinalLocalVariableAnonymousClass.java

    Severity Rule Message Line Col
    #A12516 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A12517 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/hiddenfield/InputHiddenFieldLambdas.java

    Severity Rule Message Line Col
    #A12518 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A12519 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 5
    #A12520 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A12521 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A12522 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A12523 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 5
    #A12524 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A12525 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 5
    #A12526 warning AnnotationUseStyle Annotation must have closing parenthesis. 195
    #A12527 warning AnnotationUseStyle Annotation must have closing parenthesis. 195 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/hiddenfield/InputHiddenFieldStaticVisibility.java

    Severity Rule Message Line Col
    #A12528 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A12529 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 9
    #A12530 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A12531 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegalthrows/InputIllegalThrowsIgnoreOverriddenMethods.java

    Severity Rule Message Line Col
    #A12532 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A12533 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 5
    #A12534 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A12535 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalType.java

    Severity Rule Message Line Col
    #A12536 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A12537 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 5
    #A12538 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A12539 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A12540 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A12541 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeAbstractClassNames.java

    Severity Rule Message Line Col
    #A12542 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A12543 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 9
    #A12544 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A12545 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/magicnumber/InputMagicNumber.java

    Severity Rule Message Line Col
    #A12546 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 185
    #A12547 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 185 5
    #A12548 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 193
    #A12549 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/magicnumber/InputMagicNumberIntMethodAnnotation.java

    Severity Rule Message Line Col
    #A12550 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A12551 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 1
    #A12552 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 9
    #A12553 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 9 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/multiplestringliterals/InputMultipleStringLiterals.java

    Severity Rule Message Line Col
    #A12554 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19
    #A12555 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19 5
    #A12556 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A12557 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A12558 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25
    #A12559 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25 5
    #A12560 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28
    #A12561 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/noenumtrailingcomma/InputNoEnumTrailingComma.java

    Severity Rule Message Line Col
    #A12562 warning AnnotationUseStyle Annotation must have closing parenthesis. 192
    #A12563 warning AnnotationUseStyle Annotation must have closing parenthesis. 192 13
    #A12564 warning AnnotationUseStyle Annotation must have closing parenthesis. 197
    #A12565 warning AnnotationUseStyle Annotation must have closing parenthesis. 197 13
    #A12566 warning AnnotationUseStyle Annotation must have closing parenthesis. 216
    #A12567 warning AnnotationUseStyle Annotation must have closing parenthesis. 216 13
    #A12568 warning AnnotationUseStyle Annotation must have closing parenthesis. 221
    #A12569 warning AnnotationUseStyle Annotation must have closing parenthesis. 221 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisAnonymousEmpty.java

    Severity Rule Message Line Col
    #A12570 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12571 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 13
    #A12572 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A12573 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 13
    #A12574 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A12575 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 21
    #A12576 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A12577 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/requirethis/InputRequireThisCatchVariables.java

    Severity Rule Message Line Col
    #A12578 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A12579 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/superclone/InputSuperClonePlainAndSubclasses.java

    Severity Rule Message Line Col
    #A12580 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A12581 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 7

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/superclone/InputSuperCloneWithoutWarnings.java

    Severity Rule Message Line Col
    #A12582 warning AnnotationUseStyle Annotation must have closing parenthesis. 4
    #A12583 warning AnnotationUseStyle Annotation must have closing parenthesis. 4 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/unnecessaryparentheses/InputUnnecessaryParenthesesLambdas.java

    Severity Rule Message Line Col
    #A12584 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A12585 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 9
    #A12586 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A12587 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 9
    #A12588 warning AnnotationUseStyle Annotation must have closing parenthesis. 74
    #A12589 warning AnnotationUseStyle Annotation must have closing parenthesis. 74 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/variabledeclarationusagedistance/InputVariableDeclarationUsageDistance.java

    Severity Rule Message Line Col
    #A12590 warning AnnotationUseStyle Annotation must have closing parenthesis. 370
    #A12591 warning AnnotationUseStyle Annotation must have closing parenthesis. 370 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/designforextension/InputDesignForExtensionIgnoredAnnotations.java

    Severity Rule Message Line Col
    #A12592 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A12593 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 5
    #A12594 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A12595 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 5
    #A12596 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A12597 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 5
    #A12598 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A12599 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5
    #A12600 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A12601 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 9
    #A12602 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A12603 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 9
    #A12604 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A12605 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A12606 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A12607 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 5
    #A12608 warning AnnotationUseStyle Annotation must have closing parenthesis. 66
    #A12609 warning AnnotationUseStyle Annotation must have closing parenthesis. 66 5
    #A12610 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A12611 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A12612 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A12613 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A12614 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A12615 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 5
    #A12616 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A12617 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 5
    #A12618 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A12619 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A12620 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A12621 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 5
    #A12622 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A12623 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A12624 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A12625 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 5
    #A12626 warning AnnotationUseStyle Annotation must have closing parenthesis. 114
    #A12627 warning AnnotationUseStyle Annotation must have closing parenthesis. 114 5
    #A12628 warning AnnotationUseStyle Annotation must have closing parenthesis. 118
    #A12629 warning AnnotationUseStyle Annotation must have closing parenthesis. 118 5
    #A12630 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A12631 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 5
    #A12632 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A12633 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 5
    #A12634 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A12635 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A12636 warning AnnotationUseStyle Annotation must have closing parenthesis. 127
    #A12637 warning AnnotationUseStyle Annotation must have closing parenthesis. 127 5
    #A12638 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A12639 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A12640 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A12641 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A12642 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A12643 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A12644 warning AnnotationUseStyle Annotation must have closing parenthesis. 138
    #A12645 warning AnnotationUseStyle Annotation must have closing parenthesis. 138 5
    #A12646 warning AnnotationUseStyle Annotation must have closing parenthesis. 141
    #A12647 warning AnnotationUseStyle Annotation must have closing parenthesis. 141 5
    #A12648 warning AnnotationUseStyle Annotation must have closing parenthesis. 146
    #A12649 warning AnnotationUseStyle Annotation must have closing parenthesis. 146 5
    #A12650 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A12651 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 12
    #A12652 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A12653 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 5
    #A12654 warning AnnotationUseStyle Annotation must have closing parenthesis. 161
    #A12655 warning AnnotationUseStyle Annotation must have closing parenthesis. 161 23

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/designforextension/InputDesignForExtensionMultipleAnnotations.java

    Severity Rule Message Line Col
    #A12656 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A12657 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5
    #A12658 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A12659 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A12660 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A12661 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 5
    #A12662 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12663 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A12664 warning AnnotationUseStyle Annotation must have closing parenthesis. 22
    #A12665 warning AnnotationUseStyle Annotation must have closing parenthesis. 22 5
    #A12666 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A12667 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 5
    #A12668 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A12669 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A12670 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A12671 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A12672 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A12673 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 5
    #A12674 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A12675 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A12676 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A12677 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A12678 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A12679 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A12680 warning AnnotationUseStyle Annotation must have closing parenthesis. 55
    #A12681 warning AnnotationUseStyle Annotation must have closing parenthesis. 55 5
    #A12682 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A12683 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A12684 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A12685 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 5
    #A12686 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A12687 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A12688 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A12689 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 5
    #A12690 warning AnnotationUseStyle Annotation must have closing parenthesis. 71
    #A12691 warning AnnotationUseStyle Annotation must have closing parenthesis. 71 5
    #A12692 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A12693 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A12694 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A12695 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/designforextension/InputDesignForExtensionNativeMethods.java

    Severity Rule Message Line Col
    #A12696 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A12697 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/designforextension/InputDesignForExtensionOverridableMethods.java

    Severity Rule Message Line Col
    #A12698 warning AnnotationUseStyle Annotation must have closing parenthesis. 110
    #A12699 warning AnnotationUseStyle Annotation must have closing parenthesis. 110 9
    #A12700 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A12701 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 9
    #A12702 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A12703 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 9
    #A12704 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A12705 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 9
    #A12706 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A12707 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 9
    #A12708 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A12709 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 9
    #A12710 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A12711 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 9
    #A12712 warning AnnotationUseStyle Annotation must have closing parenthesis. 178
    #A12713 warning AnnotationUseStyle Annotation must have closing parenthesis. 178 9
    #A12714 warning AnnotationUseStyle Annotation must have closing parenthesis. 182
    #A12715 warning AnnotationUseStyle Annotation must have closing parenthesis. 182 9
    #A12716 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A12717 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 9
    #A12718 warning AnnotationUseStyle Annotation must have closing parenthesis. 190
    #A12719 warning AnnotationUseStyle Annotation must have closing parenthesis. 190 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/hideutilityclassconstructor/InputHideUtilityClassConstructorSerializableInnerStatic.java

    Severity Rule Message Line Col
    #A12720 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A12721 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 5
    #A12722 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 34
    #A12723 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/throwscount/InputThrowsCount.java

    Severity Rule Message Line Col
    #A12724 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A12725 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 5
    #A12726 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A12727 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A12728 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A12729 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 5
    #A12730 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A12731 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 5
    #A12732 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 54
    #A12733 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 54 5
    #A12734 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A12735 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/throwscount/InputThrowsCountMethodWithAnnotation.java

    Severity Rule Message Line Col
    #A12736 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A12737 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/visibilitymodifier/InputVisibilityModifierAnnotated.java

    Severity Rule Message Line Col
    #A12738 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A12739 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 5
    #A12740 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A12741 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A12742 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A12743 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 5
    #A12744 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A12745 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 5
    #A12746 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A12747 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 5
    #A12748 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A12749 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A12750 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A12751 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A12752 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A12753 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 5
    #A12754 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A12755 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 5
    #A12756 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A12757 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A12758 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A12759 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 5
    #A12760 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A12761 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 5
    #A12762 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A12763 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/visibilitymodifier/InputVisibilityModifierAnnotatedSameTypeName.java

    Severity Rule Message Line Col
    #A12764 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A12765 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5
    #A12766 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A12767 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/design/visibilitymodifier/InputVisibilityModifierPublicOnly.java

    Severity Rule Message Line Col
    #A12768 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A12769 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A12770 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/finalparameters/InputFinalParameters.java

    Severity Rule Message Line Col
    #A12771 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A12772 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 32
    #A12773 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A12774 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 26
    #A12775 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A12776 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 17
    #A12777 warning AnnotationUseStyle Annotation must have closing parenthesis. 69
    #A12778 warning AnnotationUseStyle Annotation must have closing parenthesis. 69 17
    #A12779 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A12780 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 36
    #A12781 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A12782 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 36
    #A12783 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A12784 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 16
    #A12785 warning AnnotationUseStyle Annotation must have closing parenthesis. 134
    #A12786 warning AnnotationUseStyle Annotation must have closing parenthesis. 134 16
    #A12787 warning AnnotationUseStyle Annotation must have closing parenthesis. 160
    #A12788 warning AnnotationUseStyle Annotation must have closing parenthesis. 160 13
    #A12789 warning AnnotationUseStyle Annotation must have closing parenthesis. 164
    #A12790 warning AnnotationUseStyle Annotation must have closing parenthesis. 164 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/imports/unusedimports/InputUnusedImportsFromJavaLang.java

    Severity Rule Message Line Col
    #A12791 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A12792 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationAfterAnnotation.java

    Severity Rule Message Line Col
    #A12793 warning AnnotationUseStyle Annotation must have closing parenthesis. 3
    #A12794 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 1
    #A12795 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A12796 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 5
    #A12797 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A12798 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 1
    #A12799 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12800 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A12801 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A12802 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 1
    #A12803 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A12804 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 1
    #A12805 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A12806 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 5
    #A12807 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A12808 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5
    #A12809 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A12810 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 1
    #A12811 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A12812 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 1
    #A12813 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A12814 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A12815 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A12816 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 5
    #A12817 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A12818 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A12819 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A12820 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationCommentIsAtTheEndOfBlock.java

    Severity Rule Message Line Col
    #A12821 warning AnnotationUseStyle Annotation must have closing parenthesis. 121
    #A12822 warning AnnotationUseStyle Annotation must have closing parenthesis. 121 13
    #A12823 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A12824 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/commentsindentation/InputCommentsIndentationInEmptyBlock.java

    Severity Rule Message Line Col
    #A12825 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 38
    #A12826 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 38 5
    #A12827 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53
    #A12828 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnnotationIncorrect.java

    Severity Rule Message Line Col
    #A12829 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A12830 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 5
    #A12831 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A12832 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 9
    #A12833 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A12834 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnnotationScopeIndentationCheck.java

    Severity Rule Message Line Col
    #A12835 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A12836 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 1
    #A12837 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10
    #A12838 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10 1
    #A12839 warning AnnotationUseStyle Annotation must have closing parenthesis. 14
    #A12840 warning AnnotationUseStyle Annotation must have closing parenthesis. 14 5
    #A12841 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A12842 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnonymousClassInMethod.java

    Severity Rule Message Line Col
    #A12843 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A12844 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnonymousClassInMethodCurlyOnNewLine.java

    Severity Rule Message Line Col
    #A12845 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A12846 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 21
    #A12847 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A12848 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 21
    #A12849 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A12850 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 21
    #A12851 warning AnnotationUseStyle Annotation must have closing parenthesis. 52
    #A12852 warning AnnotationUseStyle Annotation must have closing parenthesis. 52 21
    #A12853 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A12854 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 23
    #A12855 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A12856 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 19

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationAnonymousClasses.java

    Severity Rule Message Line Col
    #A12857 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A12858 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 1
    #A12859 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A12860 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A12861 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A12862 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 11
    #A12863 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A12864 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 15

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationArrays.java

    Severity Rule Message Line Col
    #A12865 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A12866 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationClassesMethods.java

    Severity Rule Message Line Col
    #A12867 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A12868 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A12869 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A12870 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 3
    #A12871 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A12872 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 11
    #A12873 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A12874 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationCorrectMultipleAnnotationsWithWrappedLines.java

    Severity Rule Message Line Col
    #A12875 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A12876 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 1
    #A12877 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 7
    #A12878 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 7 1
    #A12879 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A12880 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 5
    #A12881 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13
    #A12882 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13 5
    #A12883 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A12884 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A12885 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19
    #A12886 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19 5
    #A12887 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A12888 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 1
    #A12889 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29
    #A12890 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29 1
    #A12891 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A12892 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 5
    #A12893 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 35
    #A12894 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 35 5
    #A12895 warning AnnotationUseStyle Annotation must have closing parenthesis. 40
    #A12896 warning AnnotationUseStyle Annotation must have closing parenthesis. 40 5
    #A12897 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 41
    #A12898 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 41 5
    #A12899 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A12900 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 1
    #A12901 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 51
    #A12902 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 51 1
    #A12903 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A12904 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 1
    #A12905 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A12906 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 5
    #A12907 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 58
    #A12908 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 58 5
    #A12909 warning AnnotationUseStyle Annotation must have closing parenthesis. 61
    #A12910 warning AnnotationUseStyle Annotation must have closing parenthesis. 61 5
    #A12911 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A12912 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 5
    #A12913 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 65
    #A12914 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 65 5
    #A12915 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A12916 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 5
    #A12917 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A12918 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 1
    #A12919 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 76
    #A12920 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 76 1
    #A12921 warning AnnotationUseStyle Annotation must have closing parenthesis. 78
    #A12922 warning AnnotationUseStyle Annotation must have closing parenthesis. 78 3
    #A12923 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A12924 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A12925 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 82
    #A12926 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 82 5
    #A12927 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A12928 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 7
    #A12929 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A12930 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 5
    #A12931 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 88
    #A12932 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 88 5
    #A12933 warning AnnotationUseStyle Annotation must have closing parenthesis. 90
    #A12934 warning AnnotationUseStyle Annotation must have closing parenthesis. 90 7
    #A12935 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 97
    #A12936 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 97 1
    #A12937 warning AnnotationUseStyle Annotation must have closing parenthesis. 100
    #A12938 warning AnnotationUseStyle Annotation must have closing parenthesis. 100 1
    #A12939 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 103
    #A12940 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 103 5
    #A12941 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A12942 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 5
    #A12943 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 109
    #A12944 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 109 5
    #A12945 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A12946 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A12947 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A12948 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 1
    #A12949 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 120
    #A12950 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 120 1
    #A12951 warning AnnotationUseStyle Annotation must have closing parenthesis. 123
    #A12952 warning AnnotationUseStyle Annotation must have closing parenthesis. 123 1
    #A12953 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A12954 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A12955 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 127
    #A12956 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 127 5
    #A12957 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A12958 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A12959 warning AnnotationUseStyle Annotation must have closing parenthesis. 133
    #A12960 warning AnnotationUseStyle Annotation must have closing parenthesis. 133 5
    #A12961 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 134
    #A12962 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 134 5
    #A12963 warning AnnotationUseStyle Annotation must have closing parenthesis. 137
    #A12964 warning AnnotationUseStyle Annotation must have closing parenthesis. 137 5
    #A12965 warning AnnotationUseStyle Annotation must have closing parenthesis. 144
    #A12966 warning AnnotationUseStyle Annotation must have closing parenthesis. 144 1
    #A12967 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 145
    #A12968 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 145 1
    #A12969 warning AnnotationUseStyle Annotation must have closing parenthesis. 148
    #A12970 warning AnnotationUseStyle Annotation must have closing parenthesis. 148 1
    #A12971 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A12972 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 5
    #A12973 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 152
    #A12974 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 152 5
    #A12975 warning AnnotationUseStyle Annotation must have closing parenthesis. 155
    #A12976 warning AnnotationUseStyle Annotation must have closing parenthesis. 155 5
    #A12977 warning AnnotationUseStyle Annotation must have closing parenthesis. 158
    #A12978 warning AnnotationUseStyle Annotation must have closing parenthesis. 158 5
    #A12979 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 159
    #A12980 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 159 5
    #A12981 warning AnnotationUseStyle Annotation must have closing parenthesis. 162
    #A12982 warning AnnotationUseStyle Annotation must have closing parenthesis. 162 5
    #A12983 warning AnnotationUseStyle Annotation must have closing parenthesis. 169
    #A12984 warning AnnotationUseStyle Annotation must have closing parenthesis. 169 1
    #A12985 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 170
    #A12986 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 170 1
    #A12987 warning AnnotationUseStyle Annotation must have closing parenthesis. 171
    #A12988 warning AnnotationUseStyle Annotation must have closing parenthesis. 171 5
    #A12989 warning AnnotationUseStyle Annotation must have closing parenthesis. 173
    #A12990 warning AnnotationUseStyle Annotation must have closing parenthesis. 173 1
    #A12991 warning AnnotationUseStyle Annotation must have closing parenthesis. 177
    #A12992 warning AnnotationUseStyle Annotation must have closing parenthesis. 177 5
    #A12993 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 178
    #A12994 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 178 5
    #A12995 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A12996 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 9
    #A12997 warning AnnotationUseStyle Annotation must have closing parenthesis. 181
    #A12998 warning AnnotationUseStyle Annotation must have closing parenthesis. 181 5
    #A12999 warning AnnotationUseStyle Annotation must have closing parenthesis. 184
    #A13000 warning AnnotationUseStyle Annotation must have closing parenthesis. 184 5
    #A13001 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 185
    #A13002 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 185 5
    #A13003 warning AnnotationUseStyle Annotation must have closing parenthesis. 186
    #A13004 warning AnnotationUseStyle Annotation must have closing parenthesis. 186 9
    #A13005 warning AnnotationUseStyle Annotation must have closing parenthesis. 188
    #A13006 warning AnnotationUseStyle Annotation must have closing parenthesis. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationCustomAnnotation.java

    Severity Rule Message Line Col
    #A13007 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14
    #A13008 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14 6
    #A13009 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20
    #A13010 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20 4
    #A13011 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30
    #A13012 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30 6
    #A13013 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 31
    #A13014 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 31 4
    #A13015 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 35
    #A13016 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 35 4
    #A13017 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36
    #A13018 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36 1
    #A13019 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 55
    #A13020 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 55 1
    #A13021 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56
    #A13022 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56 1
    #A13023 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 72
    #A13024 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 72 4
    #A13025 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A13026 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 9
    #A13027 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 94
    #A13028 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 94 1
    #A13029 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 97
    #A13030 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 97 1
    #A13031 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 108
    #A13032 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 108 1
    #A13033 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 111
    #A13034 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 111 1
    #A13035 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 117
    #A13036 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 117 6
    #A13037 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 133
    #A13038 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 133 1
    #A13039 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 135
    #A13040 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 135 1
    #A13041 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 136
    #A13042 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 136 1
    #A13043 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 142
    #A13044 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 142 9
    #A13045 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 143
    #A13046 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 143 9
    #A13047 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 153
    #A13048 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 153 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationDifficultAnnotations.java

    Severity Rule Message Line Col
    #A13049 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A13050 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 1
    #A13051 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A13052 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 1
    #A13053 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24
    #A13054 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24 5
    #A13055 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A13056 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 5
    #A13057 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30
    #A13058 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 30 5
    #A13059 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A13060 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5
    #A13061 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39
    #A13062 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39 1
    #A13063 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44
    #A13064 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 44 5
    #A13065 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49
    #A13066 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationFromGuava.java

    Severity Rule Message Line Col
    #A13067 warning AnnotationUseStyle Annotation must have closing parenthesis. 41
    #A13068 warning AnnotationUseStyle Annotation must have closing parenthesis. 41 7
    #A13069 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A13070 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 7
    #A13071 warning AnnotationUseStyle Annotation must have closing parenthesis. 62
    #A13072 warning AnnotationUseStyle Annotation must have closing parenthesis. 62 7
    #A13073 warning AnnotationUseStyle Annotation must have closing parenthesis. 67
    #A13074 warning AnnotationUseStyle Annotation must have closing parenthesis. 67 7
    #A13075 warning AnnotationUseStyle Annotation must have closing parenthesis. 75
    #A13076 warning AnnotationUseStyle Annotation must have closing parenthesis. 75 7
    #A13077 warning AnnotationUseStyle Annotation must have closing parenthesis. 83
    #A13078 warning AnnotationUseStyle Annotation must have closing parenthesis. 83 7
    #A13079 warning AnnotationUseStyle Annotation must have closing parenthesis. 109
    #A13080 warning AnnotationUseStyle Annotation must have closing parenthesis. 109 40
    #A13081 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A13082 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 40
    #A13083 warning AnnotationUseStyle Annotation must have closing parenthesis. 128
    #A13084 warning AnnotationUseStyle Annotation must have closing parenthesis. 128 40
    #A13085 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A13086 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 40
    #A13087 warning AnnotationUseStyle Annotation must have closing parenthesis. 151
    #A13088 warning AnnotationUseStyle Annotation must have closing parenthesis. 151 40
    #A13089 warning AnnotationUseStyle Annotation must have closing parenthesis. 157
    #A13090 warning AnnotationUseStyle Annotation must have closing parenthesis. 157 40
    #A13091 warning AnnotationUseStyle Annotation must have closing parenthesis. 168
    #A13092 warning AnnotationUseStyle Annotation must have closing parenthesis. 168 40
    #A13093 warning AnnotationUseStyle Annotation must have closing parenthesis. 179
    #A13094 warning AnnotationUseStyle Annotation must have closing parenthesis. 179 40
    #A13095 warning AnnotationUseStyle Annotation must have closing parenthesis. 190
    #A13096 warning AnnotationUseStyle Annotation must have closing parenthesis. 190 3
    #A13097 warning AnnotationUseStyle Annotation must have closing parenthesis. 196
    #A13098 warning AnnotationUseStyle Annotation must have closing parenthesis. 196 3
    #A13099 warning AnnotationUseStyle Annotation must have closing parenthesis. 202
    #A13100 warning AnnotationUseStyle Annotation must have closing parenthesis. 202 3
    #A13101 warning AnnotationUseStyle Annotation must have closing parenthesis. 208
    #A13102 warning AnnotationUseStyle Annotation must have closing parenthesis. 208 3
    #A13103 warning AnnotationUseStyle Annotation must have closing parenthesis. 214
    #A13104 warning AnnotationUseStyle Annotation must have closing parenthesis. 214 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationFromGuava2.java

    Severity Rule Message Line Col
    #A13105 warning AnnotationUseStyle Annotation must have closing parenthesis. 70
    #A13106 warning AnnotationUseStyle Annotation must have closing parenthesis. 70 3
    #A13107 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A13108 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 3
    #A13109 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A13110 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 3
    #A13111 warning AnnotationUseStyle Annotation must have closing parenthesis. 93
    #A13112 warning AnnotationUseStyle Annotation must have closing parenthesis. 93 3
    #A13113 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A13114 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 3
    #A13115 warning AnnotationUseStyle Annotation must have closing parenthesis. 105
    #A13116 warning AnnotationUseStyle Annotation must have closing parenthesis. 105 3
    #A13117 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A13118 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 3
    #A13119 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A13120 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationInvalidThrowsIndent2.java

    Severity Rule Message Line Col
    #A13121 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A13122 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 2

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationMembers.java

    Severity Rule Message Line Col
    #A13123 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 85
    #A13124 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 85 3
    #A13125 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A13126 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 3
    #A13127 warning AnnotationUseStyle Annotation must have closing parenthesis. 99
    #A13128 warning AnnotationUseStyle Annotation must have closing parenthesis. 99 3
    #A13129 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A13130 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationMethodPrecededByAnnotationWithParameterOnSeparateLine.java

    Severity Rule Message Line Col
    #A13131 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A13132 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 10

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationTryResourcesNotStrict.java

    Severity Rule Message Line Col
    #A13133 warning AnnotationUseStyle Annotation must have closing parenthesis. 173
    #A13134 warning AnnotationUseStyle Annotation must have closing parenthesis. 173 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationTryWithResourcesStrict.java

    Severity Rule Message Line Col
    #A13135 warning AnnotationUseStyle Annotation must have closing parenthesis. 174
    #A13136 warning AnnotationUseStyle Annotation must have closing parenthesis. 174 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/InputIndentationValidClassDefIndent.java

    Severity Rule Message Line Col
    #A13137 warning AnnotationUseStyle Annotation must have closing parenthesis. 150
    #A13138 warning AnnotationUseStyle Annotation must have closing parenthesis. 150 5
    #A13139 warning AnnotationUseStyle Annotation must have closing parenthesis. 153
    #A13140 warning AnnotationUseStyle Annotation must have closing parenthesis. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/indentation/package-info.java

    Severity Rule Message Line Col
    #A13141 warning AnnotationUseStyle Annotation must have closing parenthesis. 1
    #A13142 warning AnnotationUseStyle Annotation must have closing parenthesis. 1 2

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/abstractjavadoc/InputAbstractJavadocPosition.java

    Severity Rule Message Line Col
    #A13143 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A13144 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 9
    #A13145 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A13146 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 9
    #A13147 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A13148 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 26
    #A13149 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A13150 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 9
    #A13151 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A13152 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 9
    #A13153 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A13154 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 26
    #A13155 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A13156 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 9
    #A13157 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A13158 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 9
    #A13159 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A13160 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 25
    #A13161 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A13162 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 34
    #A13163 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A13164 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 1
    #A13165 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A13166 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 1
    #A13167 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A13168 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 19
    #A13169 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A13170 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 9
    #A13171 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A13172 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 9
    #A13173 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A13174 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 26
    #A13175 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A13176 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 9
    #A13177 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A13178 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 9
    #A13179 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A13180 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 9
    #A13181 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A13182 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 9
    #A13183 warning AnnotationUseStyle Annotation must have closing parenthesis. 196
    #A13184 warning AnnotationUseStyle Annotation must have closing parenthesis. 196 26
    #A13185 warning AnnotationUseStyle Annotation must have closing parenthesis. 198
    #A13186 warning AnnotationUseStyle Annotation must have closing parenthesis. 198 26
    #A13187 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A13188 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 26
    #A13189 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A13190 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 9
    #A13191 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A13192 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 9
    #A13193 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 231
    #A13194 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 231 1
    #A13195 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 232
    #A13196 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 232 1
    #A13197 warning AnnotationUseStyle Annotation must have closing parenthesis. 241
    #A13198 warning AnnotationUseStyle Annotation must have closing parenthesis. 241 9
    #A13199 warning AnnotationUseStyle Annotation must have closing parenthesis. 260
    #A13200 warning AnnotationUseStyle Annotation must have closing parenthesis. 260 1
    #A13201 warning AnnotationUseStyle Annotation must have closing parenthesis. 274
    #A13202 warning AnnotationUseStyle Annotation must have closing parenthesis. 274 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/abstractjavadoc/InputAbstractJavadocPositionWithSinglelineComments.java

    Severity Rule Message Line Col
    #A13203 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A13204 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 9
    #A13205 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A13206 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 9
    #A13207 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A13208 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 26
    #A13209 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A13210 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 9
    #A13211 warning AnnotationUseStyle Annotation must have closing parenthesis. 53
    #A13212 warning AnnotationUseStyle Annotation must have closing parenthesis. 53 9
    #A13213 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A13214 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 26
    #A13215 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A13216 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 9
    #A13217 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A13218 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 9
    #A13219 warning AnnotationUseStyle Annotation must have closing parenthesis. 92
    #A13220 warning AnnotationUseStyle Annotation must have closing parenthesis. 92 25
    #A13221 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A13222 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 34
    #A13223 warning AnnotationUseStyle Annotation must have closing parenthesis. 116
    #A13224 warning AnnotationUseStyle Annotation must have closing parenthesis. 116 1
    #A13225 warning AnnotationUseStyle Annotation must have closing parenthesis. 119
    #A13226 warning AnnotationUseStyle Annotation must have closing parenthesis. 119 1
    #A13227 warning AnnotationUseStyle Annotation must have closing parenthesis. 122
    #A13228 warning AnnotationUseStyle Annotation must have closing parenthesis. 122 19
    #A13229 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A13230 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 9
    #A13231 warning AnnotationUseStyle Annotation must have closing parenthesis. 139
    #A13232 warning AnnotationUseStyle Annotation must have closing parenthesis. 139 9
    #A13233 warning AnnotationUseStyle Annotation must have closing parenthesis. 142
    #A13234 warning AnnotationUseStyle Annotation must have closing parenthesis. 142 26
    #A13235 warning AnnotationUseStyle Annotation must have closing parenthesis. 185
    #A13236 warning AnnotationUseStyle Annotation must have closing parenthesis. 185 9
    #A13237 warning AnnotationUseStyle Annotation must have closing parenthesis. 187
    #A13238 warning AnnotationUseStyle Annotation must have closing parenthesis. 187 9
    #A13239 warning AnnotationUseStyle Annotation must have closing parenthesis. 189
    #A13240 warning AnnotationUseStyle Annotation must have closing parenthesis. 189 9
    #A13241 warning AnnotationUseStyle Annotation must have closing parenthesis. 191
    #A13242 warning AnnotationUseStyle Annotation must have closing parenthesis. 191 9
    #A13243 warning AnnotationUseStyle Annotation must have closing parenthesis. 196
    #A13244 warning AnnotationUseStyle Annotation must have closing parenthesis. 196 26
    #A13245 warning AnnotationUseStyle Annotation must have closing parenthesis. 198
    #A13246 warning AnnotationUseStyle Annotation must have closing parenthesis. 198 26
    #A13247 warning AnnotationUseStyle Annotation must have closing parenthesis. 200
    #A13248 warning AnnotationUseStyle Annotation must have closing parenthesis. 200 26
    #A13249 warning AnnotationUseStyle Annotation must have closing parenthesis. 224
    #A13250 warning AnnotationUseStyle Annotation must have closing parenthesis. 224 9
    #A13251 warning AnnotationUseStyle Annotation must have closing parenthesis. 226
    #A13252 warning AnnotationUseStyle Annotation must have closing parenthesis. 226 9
    #A13253 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 232
    #A13254 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 232 1
    #A13255 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 233
    #A13256 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 233 1
    #A13257 warning AnnotationUseStyle Annotation must have closing parenthesis. 242
    #A13258 warning AnnotationUseStyle Annotation must have closing parenthesis. 242 9
    #A13259 warning AnnotationUseStyle Annotation must have closing parenthesis. 261
    #A13260 warning AnnotationUseStyle Annotation must have closing parenthesis. 261 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/invalidjavadocposition/InputInvalidJavadocPosition.java

    Severity Rule Message Line Col
    #A13261 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A13262 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A13263 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A13264 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A13265 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A13266 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 1
    #A13267 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A13268 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 1
    #A13269 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A13270 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 26

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/invalidjavadocposition/package-info.java

    Severity Rule Message Line Col
    #A13271 warning AnnotationUseStyle Annotation must have closing parenthesis. 3
    #A13272 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 1
    #A13273 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13274 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 1
    #A13275 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A13276 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodAllowedAnnotations.java

    Severity Rule Message Line Col
    #A13277 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A13278 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 5
    #A13279 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13280 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A13281 warning AnnotationUseStyle Annotation must have closing parenthesis. 14
    #A13282 warning AnnotationUseStyle Annotation must have closing parenthesis. 14 5
    #A13283 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A13284 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodExtendAnnotation.java

    Severity Rule Message Line Col
    #A13285 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A13286 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodJavadocInMethod.java

    Severity Rule Message Line Col
    #A13287 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A13288 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 5
    #A13289 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A13290 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 5
    #A13291 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A13292 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 5
    #A13293 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A13294 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A13295 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A13296 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5
    #A13297 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A13298 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodPublicOnly.java

    Severity Rule Message Line Col
    #A13299 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A13300 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A13301 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodReceiverParameter.java

    Severity Rule Message Line Col
    #A13302 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13303 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 5
    #A13304 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A13305 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 5
    #A13306 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27
    #A13307 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocmethod/InputJavadocMethodsNotSkipWritten.java

    Severity Rule Message Line Col
    #A13308 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13309 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5
    #A13310 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A13311 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 5
    #A13312 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A13313 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A13314 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A13315 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocpackage/annotation/package-info.java

    Severity Rule Message Line Col
    #A13316 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13317 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocstyle/pkginfo/annotation/package-info.java

    Severity Rule Message Line Col
    #A13318 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13319 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadoctype/InputJavadocTypePublicOnly.java

    Severity Rule Message Line Col
    #A13320 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A13321 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A13322 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/javadocvariable/InputJavadocVariablePublicOnly.java

    Severity Rule Message Line Col
    #A13323 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A13324 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A13325 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodAllowedAnnotations.java

    Severity Rule Message Line Col
    #A13326 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A13327 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 5
    #A13328 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13329 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A13330 warning AnnotationUseStyle Annotation must have closing parenthesis. 14
    #A13331 warning AnnotationUseStyle Annotation must have closing parenthesis. 14 5
    #A13332 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A13333 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodExtendAnnotation.java

    Severity Rule Message Line Col
    #A13334 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A13335 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodJavadocInMethod.java

    Severity Rule Message Line Col
    #A13336 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A13337 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 5
    #A13338 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A13339 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 5
    #A13340 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A13341 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 5
    #A13342 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A13343 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A13344 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A13345 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 5
    #A13346 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A13347 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodPublicOnly.java

    Severity Rule Message Line Col
    #A13348 warning AnnotationUseStyle Annotation must have closing parenthesis. 112
    #A13349 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 5
    #A13350 warning AnnotationUseStyle Annotation must have closing parenthesis. 112 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodReceiverParameter.java

    Severity Rule Message Line Col
    #A13351 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13352 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 5
    #A13353 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A13354 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 5
    #A13355 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27
    #A13356 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodSmallMethods.java

    Severity Rule Message Line Col
    #A13357 warning AnnotationUseStyle Annotation must have closing parenthesis. 77
    #A13358 warning AnnotationUseStyle Annotation must have closing parenthesis. 77 5
    #A13359 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A13360 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocmethod/InputMissingJavadocMethodsNotSkipWritten.java

    Severity Rule Message Line Col
    #A13361 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13362 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5
    #A13363 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A13364 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 5
    #A13365 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A13366 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A13367 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A13368 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocpackage/annotation/package-info.java

    Severity Rule Message Line Col
    #A13369 warning AnnotationUseStyle Annotation must have closing parenthesis. 4
    #A13370 warning AnnotationUseStyle Annotation must have closing parenthesis. 4 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocpackage/header/package-info.java

    Severity Rule Message Line Col
    #A13371 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A13372 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocpackage/nojavadoc/annotation/blockcomment/package-info.java

    Severity Rule Message Line Col
    #A13373 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A13374 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocpackage/nojavadoc/annotation/package-info.java

    Severity Rule Message Line Col
    #A13375 warning AnnotationUseStyle Annotation must have closing parenthesis. 1
    #A13376 warning AnnotationUseStyle Annotation must have closing parenthesis. 1 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadocpackage/package-info.java

    Severity Rule Message Line Col
    #A13377 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A13378 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadoctype/InputMissingJavadocTypePublicOnly.java

    Severity Rule Message Line Col
    #A13379 warning AnnotationUseStyle Annotation must have closing parenthesis. 108
    #A13380 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 5
    #A13381 warning AnnotationUseStyle Annotation must have closing parenthesis. 108 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/missingjavadoctype/InputMissingJavadocTypeSkipAnnotations.java

    Severity Rule Message Line Col
    #A13382 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A13383 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 1
    #A13384 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A13385 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc/summaryjavadoc/inputs/package-info.java

    Severity Rule Message Line Col
    #A13386 warning AnnotationUseStyle Annotation must have closing parenthesis. 2
    #A13387 warning AnnotationUseStyle Annotation must have closing parenthesis. 2 1
    #A13388 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10
    #A13389 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10 1
    #A13390 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13391 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/metrics/classfanoutcomplexity/InputClassFanOutComplexityAnnotations.java

    Severity Rule Message Line Col
    #A13392 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A13393 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 22
    #A13394 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A13395 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 33
    #A13396 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A13397 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A13398 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A13399 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 5
    #A13400 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A13401 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 5
    #A13402 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A13403 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 9
    #A13404 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A13405 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 9
    #A13406 warning AnnotationUseStyle Annotation must have closing parenthesis. 36
    #A13407 warning AnnotationUseStyle Annotation must have closing parenthesis. 36 9
    #A13408 warning AnnotationUseStyle Annotation must have closing parenthesis. 37
    #A13409 warning AnnotationUseStyle Annotation must have closing parenthesis. 37 9
    #A13410 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A13411 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 41
    #A13412 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A13413 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 9
    #A13414 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A13415 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 9
    #A13416 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 73
    #A13417 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 73 1
    #A13418 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 76
    #A13419 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 76 1
    #A13420 warning AnnotationUseStyle Annotation must have closing parenthesis. 79
    #A13421 warning AnnotationUseStyle Annotation must have closing parenthesis. 79 1
    #A13422 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A13423 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/modifierorder/InputModifierOrderAnnotationDeclaration.java

    Severity Rule Message Line Col
    #A13424 warning AnnotationUseStyle Annotation must have closing parenthesis. 3
    #A13425 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 8

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/modifierorder/InputModifierOrderDefaultMethods.java

    Severity Rule Message Line Col
    #A13426 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A13427 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/modifierorder/InputModifierOrderIt.java

    Severity Rule Message Line Col
    #A13428 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A13429 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A13430 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A13431 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 13
    #A13432 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A13433 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 13
    #A13434 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A13435 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A13436 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A13437 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A13438 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 35
    #A13439 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A13440 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A13441 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A13442 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A13443 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A13444 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A13445 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A13446 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A13447 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 137
    #A13448 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/modifierorder/InputModifierOrderTypeAnnotations.java

    Severity Rule Message Line Col
    #A13449 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A13450 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 13
    #A13451 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A13452 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 13
    #A13453 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A13454 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A13455 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A13456 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 17
    #A13457 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A13458 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 18
    #A13459 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A13460 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 13
    #A13461 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A13462 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 13
    #A13463 warning AnnotationUseStyle Annotation must have closing parenthesis. 35
    #A13464 warning AnnotationUseStyle Annotation must have closing parenthesis. 35 13
    #A13465 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A13466 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 28
    #A13467 warning AnnotationUseStyle Annotation must have closing parenthesis. 51
    #A13468 warning AnnotationUseStyle Annotation must have closing parenthesis. 51 29
    #A13469 warning AnnotationUseStyle Annotation must have closing parenthesis. 54
    #A13470 warning AnnotationUseStyle Annotation must have closing parenthesis. 54 45
    #A13471 warning AnnotationUseStyle Annotation must have closing parenthesis. 57
    #A13472 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 9
    #A13473 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 33
    #A13474 warning AnnotationUseStyle Annotation must have closing parenthesis. 57 54
    #A13475 warning AnnotationUseStyle Annotation must have closing parenthesis. 60
    #A13476 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 23
    #A13477 warning AnnotationUseStyle Annotation must have closing parenthesis. 60 55
    #A13478 warning AnnotationUseStyle Annotation must have closing parenthesis. 63
    #A13479 warning AnnotationUseStyle Annotation must have closing parenthesis. 63 28
    #A13480 warning AnnotationUseStyle Annotation must have closing parenthesis. 64
    #A13481 warning AnnotationUseStyle Annotation must have closing parenthesis. 64 24
    #A13482 warning AnnotationUseStyle Annotation must have closing parenthesis. 65
    #A13483 warning AnnotationUseStyle Annotation must have closing parenthesis. 65 10
    #A13484 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A13485 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 24
    #A13486 warning AnnotationUseStyle Annotation must have closing parenthesis. 72
    #A13487 warning AnnotationUseStyle Annotation must have closing parenthesis. 72 49
    #A13488 warning AnnotationUseStyle Annotation must have closing parenthesis. 81
    #A13489 warning AnnotationUseStyle Annotation must have closing parenthesis. 81 5
    #A13490 warning AnnotationUseStyle Annotation must have closing parenthesis. 82
    #A13491 warning AnnotationUseStyle Annotation must have closing parenthesis. 82 12
    #A13492 warning AnnotationUseStyle Annotation must have closing parenthesis. 84
    #A13493 warning AnnotationUseStyle Annotation must have closing parenthesis. 84 5
    #A13494 warning AnnotationUseStyle Annotation must have closing parenthesis. 85
    #A13495 warning AnnotationUseStyle Annotation must have closing parenthesis. 85 5
    #A13496 warning AnnotationUseStyle Annotation must have closing parenthesis. 87
    #A13497 warning AnnotationUseStyle Annotation must have closing parenthesis. 87 12
    #A13498 warning AnnotationUseStyle Annotation must have closing parenthesis. 89
    #A13499 warning AnnotationUseStyle Annotation must have closing parenthesis. 89 12
    #A13500 warning AnnotationUseStyle Annotation must have closing parenthesis. 94
    #A13501 warning AnnotationUseStyle Annotation must have closing parenthesis. 94 5
    #A13502 warning AnnotationUseStyle Annotation must have closing parenthesis. 103
    #A13503 warning AnnotationUseStyle Annotation must have closing parenthesis. 103 5
    #A13504 warning AnnotationUseStyle Annotation must have closing parenthesis. 104
    #A13505 warning AnnotationUseStyle Annotation must have closing parenthesis. 104 13
    #A13506 warning AnnotationUseStyle Annotation must have closing parenthesis. 106
    #A13507 warning AnnotationUseStyle Annotation must have closing parenthesis. 106 12
    #A13508 warning AnnotationUseStyle Annotation must have closing parenthesis. 107
    #A13509 warning AnnotationUseStyle Annotation must have closing parenthesis. 107 5
    #A13510 warning AnnotationUseStyle Annotation must have closing parenthesis. 111
    #A13511 warning AnnotationUseStyle Annotation must have closing parenthesis. 111 5
    #A13512 warning AnnotationUseStyle Annotation must have closing parenthesis. 115
    #A13513 warning AnnotationUseStyle Annotation must have closing parenthesis. 115 13
    #A13514 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 120
    #A13515 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 120 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierAnnotationOnEnumConstructor.java

    Severity Rule Message Line Col
    #A13516 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6
    #A13517 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6 5
    #A13518 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13
    #A13519 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalInAnonymousClass.java

    Severity Rule Message Line Col
    #A13520 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A13521 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalInEnumMethods.java

    Severity Rule Message Line Col
    #A13522 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A13523 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 9
    #A13524 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A13525 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 9
    #A13526 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A13527 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalInEnumStaticMethods.java

    Severity Rule Message Line Col
    #A13528 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A13529 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 12

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierFinalInTryWithResource.java

    Severity Rule Message Line Col
    #A13530 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A13531 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 14
    #A13532 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 35
    #A13533 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 35 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/modifier/redundantmodifier/InputRedundantModifierIt.java

    Severity Rule Message Line Col
    #A13534 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A13535 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 5
    #A13536 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A13537 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 13
    #A13538 warning AnnotationUseStyle Annotation must have closing parenthesis. 39
    #A13539 warning AnnotationUseStyle Annotation must have closing parenthesis. 39 13
    #A13540 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A13541 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 5
    #A13542 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A13543 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 5
    #A13544 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 35
    #A13545 warning AnnotationUseStyle Annotation must have closing parenthesis. 131
    #A13546 warning AnnotationUseStyle Annotation must have closing parenthesis. 131 5
    #A13547 warning AnnotationUseStyle Annotation must have closing parenthesis. 132
    #A13548 warning AnnotationUseStyle Annotation must have closing parenthesis. 132 5
    #A13549 warning AnnotationUseStyle Annotation must have closing parenthesis. 135
    #A13550 warning AnnotationUseStyle Annotation must have closing parenthesis. 135 5
    #A13551 warning AnnotationUseStyle Annotation must have closing parenthesis. 136
    #A13552 warning AnnotationUseStyle Annotation must have closing parenthesis. 136 5
    #A13553 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 137
    #A13554 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/abbreviationaswordinname/InputAbbreviationAsWordInNameOverridableMethod.java

    Severity Rule Message Line Col
    #A13555 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13556 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 9
    #A13557 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A13558 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 9
    #A13559 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A13560 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5
    #A13561 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A13562 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/methodname/InputMethodNameOverriddenMethods.java

    Severity Rule Message Line Col
    #A13563 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A13564 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 5
    #A13565 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13566 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/parametername/InputParameterNameOverrideAnnotation.java

    Severity Rule Message Line Col
    #A13567 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A13568 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 5
    #A13569 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10
    #A13570 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/naming/parametername/InputParameterNameOverrideAnnotationNoNPE.java

    Severity Rule Message Line Col
    #A13571 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A13572 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A13573 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A13574 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/linelength/InputLineLengthLongImportStatements.java

    Severity Rule Message Line Col
    #A13575 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A13576 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodcount/InputMethodCount2.java

    Severity Rule Message Line Col
    #A13577 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A13578 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 9
    #A13579 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13580 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 9
    #A13581 warning AnnotationUseStyle Annotation must have closing parenthesis. 15
    #A13582 warning AnnotationUseStyle Annotation must have closing parenthesis. 15 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodcount/InputMethodCount4.java

    Severity Rule Message Line Col
    #A13583 warning AnnotationUseStyle Annotation must have closing parenthesis. 5
    #A13584 warning AnnotationUseStyle Annotation must have closing parenthesis. 5 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/methodlength/InputMethodLengthModifier.java

    Severity Rule Message Line Col
    #A13585 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A13586 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 5
    #A13587 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A13588 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 13
    #A13589 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A13590 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 13
    #A13591 warning AnnotationUseStyle Annotation must have closing parenthesis. 38
    #A13592 warning AnnotationUseStyle Annotation must have closing parenthesis. 38 5
    #A13593 warning AnnotationUseStyle Annotation must have closing parenthesis. 43
    #A13594 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 5
    #A13595 warning AnnotationUseStyle Annotation must have closing parenthesis. 43 35
    #A13596 warning AnnotationUseStyle Annotation must have closing parenthesis. 125
    #A13597 warning AnnotationUseStyle Annotation must have closing parenthesis. 125 5
    #A13598 warning AnnotationUseStyle Annotation must have closing parenthesis. 126
    #A13599 warning AnnotationUseStyle Annotation must have closing parenthesis. 126 5
    #A13600 warning AnnotationUseStyle Annotation must have closing parenthesis. 129
    #A13601 warning AnnotationUseStyle Annotation must have closing parenthesis. 129 5
    #A13602 warning AnnotationUseStyle Annotation must have closing parenthesis. 130
    #A13603 warning AnnotationUseStyle Annotation must have closing parenthesis. 130 5
    #A13604 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 131
    #A13605 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/sizes/parameternumber/InputParameterNumber.java

    Severity Rule Message Line Col
    #A13606 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A13607 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5
    #A13608 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A13609 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolder.java

    Severity Rule Message Line Col
    #A13610 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6
    #A13611 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6 5
    #A13612 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A13613 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5
    #A13614 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10
    #A13615 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10 5
    #A13616 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A13617 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 5
    #A13618 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20
    #A13619 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 20 5
    #A13620 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A13621 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A13622 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24
    #A13623 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 24 5
    #A13624 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26
    #A13625 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 26 5
    #A13626 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A13627 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolder2.java

    Severity Rule Message Line Col
    #A13628 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A13629 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 9
    #A13630 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13631 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 14
    #A13632 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A13633 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 14

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolder5.java

    Severity Rule Message Line Col
    #A13634 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13635 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 31
    #A13636 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A13637 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 28
    #A13638 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13
    #A13639 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13 29
    #A13640 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A13641 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 18
    #A13642 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A13643 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 24
    #A13644 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25
    #A13645 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 25 13
    #A13646 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27
    #A13647 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 27 19
    #A13648 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28
    #A13649 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 28 22
    #A13650 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 32
    #A13651 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 32 14
    #A13652 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36
    #A13653 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36 16
    #A13654 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36 49
    #A13655 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 46
    #A13656 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/suppresswarningsholder/InputSuppressWarningsHolder6.java

    Severity Rule Message Line Col
    #A13657 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A13658 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 28
    #A13659 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13660 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/emptylineseparator/packageinfo/test1/package-info.java

    Severity Rule Message Line Col
    #A13661 warning AnnotationUseStyle Annotation must have closing parenthesis. 2
    #A13662 warning AnnotationUseStyle Annotation must have closing parenthesis. 2 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/methodparampad/InputMethodParamPadWhitespaceAround.java

    Severity Rule Message Line Col
    #A13663 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3
    #A13664 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/nowhitespaceafter/InputNoWhitespaceAfterArrayDeclarations3.java

    Severity Rule Message Line Col
    #A13665 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A13666 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 56
    #A13667 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A13668 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 55
    #A13669 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13670 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 56
    #A13671 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13672 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 55
    #A13673 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A13674 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 12
    #A13675 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 40
    #A13676 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A13677 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 20
    #A13678 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 48
    #A13679 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 16
    #A13680 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 16 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/nowhitespaceafter/InputNoWhitespaceAfterArrayDeclarator.java

    Severity Rule Message Line Col
    #A13681 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 7
    #A13682 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 7 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/parenpad/InputParenPadLeftRightAndNoSpace.java

    Severity Rule Message Line Col
    #A13683 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A13684 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 9
    #A13685 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 52
    #A13686 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 52 9
    #A13687 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 86
    #A13688 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 86 9
    #A13689 warning AnnotationUseStyle Annotation must have closing parenthesis. 117
    #A13690 warning AnnotationUseStyle Annotation must have closing parenthesis. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/typecastparenpad/InputTypecastParenPadWhitespaceAround.java

    Severity Rule Message Line Col
    #A13691 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3
    #A13692 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespaceafter/InputWhitespaceAfterAround.java

    Severity Rule Message Line Col
    #A13693 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3
    #A13694 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAround.java

    Severity Rule Message Line Col
    #A13695 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3
    #A13696 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 3 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/checks/whitespace/whitespacearound/InputWhitespaceAroundEmptyTypesAndCycles.java

    Severity Rule Message Line Col
    #A13697 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A13698 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 9
    #A13699 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56
    #A13700 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56 1
    #A13701 warning AnnotationUseStyle Annotation must have closing parenthesis. 58
    #A13702 warning AnnotationUseStyle Annotation must have closing parenthesis. 58 1
    #A13703 warning AnnotationUseStyle Annotation must have closing parenthesis. 59
    #A13704 warning AnnotationUseStyle Annotation must have closing parenthesis. 59 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/filters/suppresswarningsfilter/InputSuppressWarningsFilter.java

    Severity Rule Message Line Col
    #A13705 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A13706 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 1
    #A13707 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 16
    #A13708 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 16 5
    #A13709 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A13710 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 5
    #A13711 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18
    #A13712 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 18 5
    #A13713 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19
    #A13714 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 19 5
    #A13715 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A13716 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 5
    #A13717 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23
    #A13718 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 23 5
    #A13719 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 32
    #A13720 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 32 5
    #A13721 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37
    #A13722 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37 5
    #A13723 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39
    #A13724 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 39 39
    #A13725 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42
    #A13726 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 42 9
    #A13727 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 51
    #A13728 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 51 5
    #A13729 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 62
    #A13730 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 62 9
    #A13731 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 67
    #A13732 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 67 5
    #A13733 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 71
    #A13734 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 71 5
    #A13735 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 77
    #A13736 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 77 9
    #A13737 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 84
    #A13738 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 84 9
    #A13739 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 91
    #A13740 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 91 9
    #A13741 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 97
    #A13742 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/filters/suppresswarningsfilter/InputSuppressWarningsFilterById.java

    Severity Rule Message Line Col
    #A13743 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5
    #A13744 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 5 5
    #A13745 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A13746 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputJava7TryWithResources.java

    Severity Rule Message Line Col
    #A13747 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A13748 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 9
    #A13749 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37
    #A13750 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 37 14

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputMultiDimensionalArraysInGenerics.java

    Severity Rule Message Line Col
    #A13751 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A13752 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 5
    #A13753 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13754 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 5
    #A13755 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14
    #A13756 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJava8Class1.java

    Severity Rule Message Line Col
    #A13757 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A13758 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 22
    #A13759 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A13760 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 33
    #A13761 warning AnnotationUseStyle Annotation must have closing parenthesis. 25
    #A13762 warning AnnotationUseStyle Annotation must have closing parenthesis. 25 51
    #A13763 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A13764 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 20
    #A13765 warning AnnotationUseStyle Annotation must have closing parenthesis. 44
    #A13766 warning AnnotationUseStyle Annotation must have closing parenthesis. 44 13
    #A13767 warning AnnotationUseStyle Annotation must have closing parenthesis. 45
    #A13768 warning AnnotationUseStyle Annotation must have closing parenthesis. 45 23
    #A13769 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A13770 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 25
    #A13771 warning AnnotationUseStyle Annotation must have closing parenthesis. 68
    #A13772 warning AnnotationUseStyle Annotation must have closing parenthesis. 68 38
    #A13773 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 70
    #A13774 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 70 1
    #A13775 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 71
    #A13776 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 71 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJava8Class2.java

    Severity Rule Message Line Col
    #A13777 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A13778 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 20
    #A13779 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 41
    #A13780 warning AnnotationUseStyle Annotation must have closing parenthesis. 22
    #A13781 warning AnnotationUseStyle Annotation must have closing parenthesis. 22 24
    #A13782 warning AnnotationUseStyle Annotation must have closing parenthesis. 22 41
    #A13783 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A13784 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 13
    #A13785 warning AnnotationUseStyle Annotation must have closing parenthesis. 27
    #A13786 warning AnnotationUseStyle Annotation must have closing parenthesis. 27 23
    #A13787 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A13788 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 25
    #A13789 warning AnnotationUseStyle Annotation must have closing parenthesis. 29
    #A13790 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 26
    #A13791 warning AnnotationUseStyle Annotation must have closing parenthesis. 29 47
    #A13792 warning AnnotationUseStyle Annotation must have closing parenthesis. 30
    #A13793 warning AnnotationUseStyle Annotation must have closing parenthesis. 30 23
    #A13794 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A13795 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 27
    #A13796 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 35
    #A13797 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 35 1
    #A13798 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36
    #A13799 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 36 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJavaClass1.java

    Severity Rule Message Line Col
    #A13800 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 79
    #A13801 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 79 5
    #A13802 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 81
    #A13803 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 81 5
    #A13804 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 83
    #A13805 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 83 5
    #A13806 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 93
    #A13807 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 93 5
    #A13808 warning AnnotationUseStyle Annotation must have closing parenthesis. 97
    #A13809 warning AnnotationUseStyle Annotation must have closing parenthesis. 97 21
    #A13810 warning AnnotationUseStyle Annotation must have closing parenthesis. 98
    #A13811 warning AnnotationUseStyle Annotation must have closing parenthesis. 98 27

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJavaClass2.java

    Severity Rule Message Line Col
    #A13812 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 7
    #A13813 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 7 1
    #A13814 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13815 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJavaEnum1.java

    Severity Rule Message Line Col
    #A13816 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A13817 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations1.java

    Severity Rule Message Line Col
    #A13818 warning AnnotationUseStyle Annotation must have closing parenthesis. 7
    #A13819 warning AnnotationUseStyle Annotation must have closing parenthesis. 7 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations10.java

    Severity Rule Message Line Col
    #A13820 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A13821 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations11.java

    Severity Rule Message Line Col
    #A13822 warning AnnotationUseStyle Annotation must have closing parenthesis. 4
    #A13823 warning AnnotationUseStyle Annotation must have closing parenthesis. 4 27

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations12.java

    Severity Rule Message Line Col
    #A13824 warning AnnotationUseStyle Annotation must have closing parenthesis. 8
    #A13825 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 20
    #A13826 warning AnnotationUseStyle Annotation must have closing parenthesis. 8 42
    #A13827 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A13828 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 20
    #A13829 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 39
    #A13830 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13831 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 20
    #A13832 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 42
    #A13833 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 60
    #A13834 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13835 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 20
    #A13836 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 41
    #A13837 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A13838 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 20
    #A13839 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 46
    #A13840 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 64
    #A13841 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14
    #A13842 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations2.java

    Severity Rule Message Line Col
    #A13843 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A13844 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 1
    #A13845 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A13846 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations3.java

    Severity Rule Message Line Col
    #A13847 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13848 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 36
    #A13849 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14
    #A13850 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 14 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations4.java

    Severity Rule Message Line Col
    #A13851 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A13852 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 39
    #A13853 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13
    #A13854 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations5.java

    Severity Rule Message Line Col
    #A13855 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13856 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 42
    #A13857 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13858 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 65
    #A13859 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13
    #A13860 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations6.java

    Severity Rule Message Line Col
    #A13861 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13862 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 55
    #A13863 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 70
    #A13864 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13
    #A13865 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations7.java

    Severity Rule Message Line Col
    #A13866 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A13867 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 37
    #A13868 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13
    #A13869 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 13 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations8.java

    Severity Rule Message Line Col
    #A13870 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13871 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 21
    #A13872 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A13873 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 27
    #A13874 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A13875 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 30
    #A13876 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17
    #A13877 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 17 9
    #A13878 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22
    #A13879 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 22 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotations9.java

    Severity Rule Message Line Col
    #A13880 warning AnnotationUseStyle Annotation must have closing parenthesis. 9
    #A13881 warning AnnotationUseStyle Annotation must have closing parenthesis. 9 22
    #A13882 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A13883 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputAnnotationsOnArray.java

    Severity Rule Message Line Col
    #A13884 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A13885 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 27
    #A13886 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A13887 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 13
    #A13888 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 34
    #A13889 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 47
    #A13890 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A13891 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 50
    #A13892 warning AnnotationUseStyle Annotation must have closing parenthesis. 26
    #A13893 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 53
    #A13894 warning AnnotationUseStyle Annotation must have closing parenthesis. 26 66
    #A13895 warning AnnotationUseStyle Annotation must have closing parenthesis. 34
    #A13896 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 25
    #A13897 warning AnnotationUseStyle Annotation must have closing parenthesis. 34 68
    #A13898 warning AnnotationUseStyle Annotation must have closing parenthesis. 42
    #A13899 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 42
    #A13900 warning AnnotationUseStyle Annotation must have closing parenthesis. 42 62
    #A13901 warning AnnotationUseStyle Annotation must have closing parenthesis. 46
    #A13902 warning AnnotationUseStyle Annotation must have closing parenthesis. 46 21
    #A13903 warning AnnotationUseStyle Annotation must have closing parenthesis. 47
    #A13904 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 9
    #A13905 warning AnnotationUseStyle Annotation must have closing parenthesis. 47 39
    #A13906 warning AnnotationUseStyle Annotation must have closing parenthesis. 48
    #A13907 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 9
    #A13908 warning AnnotationUseStyle Annotation must have closing parenthesis. 48 36
    #A13909 warning AnnotationUseStyle Annotation must have closing parenthesis. 49
    #A13910 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 9
    #A13911 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 37
    #A13912 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 54
    #A13913 warning AnnotationUseStyle Annotation must have closing parenthesis. 49 68
    #A13914 warning AnnotationUseStyle Annotation must have closing parenthesis. 50
    #A13915 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 9
    #A13916 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 37
    #A13917 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 51
    #A13918 warning AnnotationUseStyle Annotation must have closing parenthesis. 50 65
    #A13919 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56
    #A13920 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 56 1
    #A13921 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 57
    #A13922 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 57 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputMethodReferences5.java

    Severity Rule Message Line Col
    #A13923 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13924 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 1
    #A13925 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12
    #A13926 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 12 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputMethodReferences6.java

    Severity Rule Message Line Col
    #A13927 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8
    #A13928 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 8 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputMethodReferences7.java

    Severity Rule Message Line Col
    #A13929 warning AnnotationUseStyle Annotation must have closing parenthesis. 31
    #A13930 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 37
    #A13931 warning AnnotationUseStyle Annotation must have closing parenthesis. 31 49
    #A13932 warning AnnotationUseStyle Annotation must have closing parenthesis. 33
    #A13933 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 19
    #A13934 warning AnnotationUseStyle Annotation must have closing parenthesis. 33 31
    #A13935 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 45
    #A13936 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 45 1
    #A13937 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49
    #A13938 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 49 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java8/InputTypeUseAnnotationsOnQualifiedTypes.java

    Severity Rule Message Line Col
    #A13939 warning AnnotationUseStyle Annotation must have closing parenthesis. 10
    #A13940 warning AnnotationUseStyle Annotation must have closing parenthesis. 10 17
    #A13941 warning AnnotationUseStyle Annotation must have closing parenthesis. 13
    #A13942 warning AnnotationUseStyle Annotation must have closing parenthesis. 13 30
    #A13943 warning AnnotationUseStyle Annotation must have closing parenthesis. 19
    #A13944 warning AnnotationUseStyle Annotation must have closing parenthesis. 19 32
    #A13945 warning AnnotationUseStyle Annotation must have closing parenthesis. 24
    #A13946 warning AnnotationUseStyle Annotation must have closing parenthesis. 24 21
    #A13947 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29
    #A13948 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 29 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/javadocpropertiesgenerator/InputJavadocPropertiesGeneratorCorrect.java

    Severity Rule Message Line Col
    #A13949 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13950 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 5
    #A13951 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A13952 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/javadocpropertiesgenerator/InputJavadocPropertiesGeneratorNotConstants.java

    Severity Rule Message Line Col
    #A13953 warning AnnotationUseStyle Annotation must have closing parenthesis. 28
    #A13954 warning AnnotationUseStyle Annotation must have closing parenthesis. 28 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/packageobjectfactory/bar/FooCheck.java

    Severity Rule Message Line Col
    #A13955 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A13956 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 5
    #A13957 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13958 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A13959 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A13960 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/packageobjectfactory/foo/FooCheck.java

    Severity Rule Message Line Col
    #A13961 warning AnnotationUseStyle Annotation must have closing parenthesis. 6
    #A13962 warning AnnotationUseStyle Annotation must have closing parenthesis. 6 5
    #A13963 warning AnnotationUseStyle Annotation must have closing parenthesis. 11
    #A13964 warning AnnotationUseStyle Annotation must have closing parenthesis. 11 5
    #A13965 warning AnnotationUseStyle Annotation must have closing parenthesis. 16
    #A13966 warning AnnotationUseStyle Annotation must have closing parenthesis. 16 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnAnnotation.java

    Severity Rule Message Line Col
    #A13967 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A13968 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnAnnotationField.java

    Severity Rule Message Line Col
    #A13969 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A13970 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5
    #A13971 warning AnnotationUseStyle Annotation must have closing parenthesis. 23
    #A13972 warning AnnotationUseStyle Annotation must have closing parenthesis. 23 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnClass.java

    Severity Rule Message Line Col
    #A13973 warning AnnotationUseStyle Annotation must have closing parenthesis. 20
    #A13974 warning AnnotationUseStyle Annotation must have closing parenthesis. 20 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnConstructor.java

    Severity Rule Message Line Col
    #A13975 warning AnnotationUseStyle Annotation must have closing parenthesis. 22
    #A13976 warning AnnotationUseStyle Annotation must have closing parenthesis. 22 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnEnum.java

    Severity Rule Message Line Col
    #A13977 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A13978 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnEnumMember.java

    Severity Rule Message Line Col
    #A13979 warning AnnotationUseStyle Annotation must have closing parenthesis. 12
    #A13980 warning AnnotationUseStyle Annotation must have closing parenthesis. 12 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnField.java

    Severity Rule Message Line Col
    #A13981 warning AnnotationUseStyle Annotation must have closing parenthesis. 17
    #A13982 warning AnnotationUseStyle Annotation must have closing parenthesis. 17 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnInterface.java

    Severity Rule Message Line Col
    #A13983 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A13984 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/InputBlockCommentPositionOnMethod.java

    Severity Rule Message Line Col
    #A13985 warning AnnotationUseStyle Annotation must have closing parenthesis. 21
    #A13986 warning AnnotationUseStyle Annotation must have closing parenthesis. 21 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/blockcommentposition/inputs/annotation/package-info.java

    Severity Rule Message Line Col
    #A13987 warning AnnotationUseStyle Annotation must have closing parenthesis. 2
    #A13988 warning AnnotationUseStyle Annotation must have closing parenthesis. 2 1
    #A13989 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10
    #A13990 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 10 1
    #A13991 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A13992 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/utils/checkutil/InputCheckUtilTest.java

    Severity Rule Message Line Col
    #A13993 warning AnnotationUseStyle Annotation must have closing parenthesis. 18
    #A13994 warning AnnotationUseStyle Annotation must have closing parenthesis. 18 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/checkstyle-with-excludes/src/test/resources/com/puppycrawl/tools/checkstyle/xpath/xpathmapper/InputXpathMapperAnnotation.java

    Severity Rule Message Line Col
    #A13995 warning AnnotationUseStyle Annotation must have closing parenthesis. 3
    #A13996 warning AnnotationUseStyle Annotation must have closing parenthesis. 3 1
    #A13997 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6
    #A13998 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 6 5
    #A13999 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11
    #A14000 warning AnnotationUseStyle Annotation style must be 'EXPANDED'. 11 5